Documentation ¶
Overview ¶
Package v1 is the v1 version of the API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
View Source
var GroupName = "admission.config.openshift.io"
SchemeGroupVersion is group version used to register these objects
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1"}
Functions ¶
This section is empty.
Types ¶
type ImageQualifyConfig ¶
type ImageQualifyConfig struct { metav1.TypeMeta `json:",inline"` Rules []ImageQualifyRule `json:"rules"` }
func (*ImageQualifyConfig) DeepCopy ¶
func (in *ImageQualifyConfig) DeepCopy() *ImageQualifyConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageQualifyConfig.
func (*ImageQualifyConfig) DeepCopyInto ¶
func (in *ImageQualifyConfig) DeepCopyInto(out *ImageQualifyConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ImageQualifyConfig) DeepCopyObject ¶
func (in *ImageQualifyConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ImageQualifyConfig) GetObjectKind ¶
func (obj *ImageQualifyConfig) GetObjectKind() schema.ObjectKind
type ImageQualifyRule ¶
func (*ImageQualifyRule) DeepCopy ¶
func (in *ImageQualifyRule) DeepCopy() *ImageQualifyRule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageQualifyRule.
func (*ImageQualifyRule) DeepCopyInto ¶
func (in *ImageQualifyRule) DeepCopyInto(out *ImageQualifyRule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.