Update godeps
This commit is contained in:
parent
a965f44f84
commit
73e22a50d2
453 changed files with 84778 additions and 70308 deletions
1
vendor/k8s.io/kubernetes/pkg/apis/certificates/doc.go
generated
vendored
1
vendor/k8s.io/kubernetes/pkg/apis/certificates/doc.go
generated
vendored
|
|
@ -16,4 +16,5 @@ limitations under the License.
|
|||
|
||||
// +k8s:deepcopy-gen=package,register
|
||||
|
||||
// +groupName=certificates.k8s.io
|
||||
package certificates
|
||||
|
|
|
|||
6
vendor/k8s.io/kubernetes/pkg/apis/certificates/register.go
generated
vendored
6
vendor/k8s.io/kubernetes/pkg/apis/certificates/register.go
generated
vendored
|
|
@ -28,17 +28,17 @@ var (
|
|||
)
|
||||
|
||||
// GroupName is the group name use in this package
|
||||
const GroupName = "certificates"
|
||||
const GroupName = "certificates.k8s.io"
|
||||
|
||||
// SchemeGroupVersion is group version used to register these objects
|
||||
var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
|
||||
|
||||
// Kind takes an unqualified kind and returns back a Group qualified GroupKind
|
||||
// Kind takes an unqualified kind and returns a Group qualified GroupKind
|
||||
func Kind(kind string) unversioned.GroupKind {
|
||||
return SchemeGroupVersion.WithKind(kind).GroupKind()
|
||||
}
|
||||
|
||||
// Resource takes an unqualified resource and returns back a Group qualified GroupResource
|
||||
// Resource takes an unqualified resource and returns a Group qualified GroupResource
|
||||
func Resource(resource string) unversioned.GroupResource {
|
||||
return SchemeGroupVersion.WithResource(resource).GroupResource()
|
||||
}
|
||||
|
|
|
|||
2
vendor/k8s.io/kubernetes/pkg/apis/certificates/types.go
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/apis/certificates/types.go
generated
vendored
|
|
@ -29,7 +29,7 @@ type CertificateSigningRequest struct {
|
|||
unversioned.TypeMeta `json:",inline"`
|
||||
api.ObjectMeta `json:"metadata,omitempty"`
|
||||
|
||||
// The certificate request itself and any additonal information.
|
||||
// The certificate request itself and any additional information.
|
||||
Spec CertificateSigningRequestSpec `json:"spec,omitempty"`
|
||||
|
||||
// Derived information about the request.
|
||||
|
|
|
|||
1
vendor/k8s.io/kubernetes/pkg/apis/certificates/v1alpha1/doc.go
generated
vendored
1
vendor/k8s.io/kubernetes/pkg/apis/certificates/v1alpha1/doc.go
generated
vendored
|
|
@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// +groupName=certificates.k8s.io
|
||||
// +k8s:deepcopy-gen=package,register
|
||||
// +k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/certificates
|
||||
|
||||
|
|
|
|||
2
vendor/k8s.io/kubernetes/pkg/apis/certificates/v1alpha1/generated.proto
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/apis/certificates/v1alpha1/generated.proto
generated
vendored
|
|
@ -34,7 +34,7 @@ option go_package = "v1alpha1";
|
|||
message CertificateSigningRequest {
|
||||
optional k8s.io.kubernetes.pkg.api.v1.ObjectMeta metadata = 1;
|
||||
|
||||
// The certificate request itself and any additonal information.
|
||||
// The certificate request itself and any additional information.
|
||||
optional CertificateSigningRequestSpec spec = 2;
|
||||
|
||||
// Derived information about the request.
|
||||
|
|
|
|||
6
vendor/k8s.io/kubernetes/pkg/apis/certificates/v1alpha1/register.go
generated
vendored
6
vendor/k8s.io/kubernetes/pkg/apis/certificates/v1alpha1/register.go
generated
vendored
|
|
@ -24,17 +24,17 @@ import (
|
|||
)
|
||||
|
||||
// GroupName is the group name use in this package
|
||||
const GroupName = "certificates"
|
||||
const GroupName = "certificates.k8s.io"
|
||||
|
||||
// SchemeGroupVersion is group version used to register these objects
|
||||
var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: "v1alpha1"}
|
||||
|
||||
// Kind takes an unqualified kind and returns back a Group qualified GroupKind
|
||||
// Kind takes an unqualified kind and returns a Group qualified GroupKind
|
||||
func Kind(kind string) unversioned.GroupKind {
|
||||
return SchemeGroupVersion.WithKind(kind).GroupKind()
|
||||
}
|
||||
|
||||
// Resource takes an unqualified resource and returns back a Group qualified GroupResource
|
||||
// Resource takes an unqualified resource and returns a Group qualified GroupResource
|
||||
func Resource(resource string) unversioned.GroupResource {
|
||||
return SchemeGroupVersion.WithResource(resource).GroupResource()
|
||||
}
|
||||
|
|
|
|||
2
vendor/k8s.io/kubernetes/pkg/apis/certificates/v1alpha1/types.go
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/apis/certificates/v1alpha1/types.go
generated
vendored
|
|
@ -29,7 +29,7 @@ type CertificateSigningRequest struct {
|
|||
unversioned.TypeMeta `json:",inline"`
|
||||
v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
|
||||
|
||||
// The certificate request itself and any additonal information.
|
||||
// The certificate request itself and any additional information.
|
||||
Spec CertificateSigningRequestSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
|
||||
|
||||
// Derived information about the request.
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ package v1alpha1
|
|||
// AUTO-GENERATED FUNCTIONS START HERE
|
||||
var map_CertificateSigningRequest = map[string]string{
|
||||
"": "Describes a certificate signing request",
|
||||
"spec": "The certificate request itself and any additonal information.",
|
||||
"spec": "The certificate request itself and any additional information.",
|
||||
"status": "Derived information about the request.",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue