...

Source file src/github.com/openshift/api/apps/v1/doc.go

Documentation: github.com/openshift/api/apps/v1

     1  // +k8s:deepcopy-gen=package,register
     2  // +k8s:conversion-gen=github.com/openshift/origin/pkg/apps/apis/apps
     3  // +k8s:defaulter-gen=TypeMeta
     4  // +k8s:openapi-gen=true
     5  
     6  // +groupName=apps.openshift.io
     7  // Package v1 is the v1 version of the API.
     8  package v1
     9  

View as plain text