Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addConversionFuncs, addDefaultingFuncs) + var SchemeGroupVersion = schema.GroupVersion + func SetDefaults_ImagePolicyConfig(obj *ImagePolicyConfig) + type GroupResource struct + Group string + Resource string + func (GroupResource) SwaggerDoc() map[string]string + func (in *GroupResource) DeepCopy() *GroupResource + func (in *GroupResource) DeepCopyInto(out *GroupResource) + type ImageCondition struct + IgnoreNamespaceOverride bool + InvertMatch bool + MatchDockerImageLabels []ValueCondition + MatchImageAnnotations []ValueCondition + MatchImageLabels []metav1.LabelSelector + MatchIntegratedRegistry bool + MatchRegistries []string + Name string + OnResources []GroupResource + SkipOnResolutionFailure bool + func (ImageCondition) SwaggerDoc() map[string]string + func (in *ImageCondition) DeepCopy() *ImageCondition + func (in *ImageCondition) DeepCopyInto(out *ImageCondition) + type ImageExecutionPolicyRule struct + Reject bool + func (ImageExecutionPolicyRule) SwaggerDoc() map[string]string + func (in *ImageExecutionPolicyRule) DeepCopy() *ImageExecutionPolicyRule + func (in *ImageExecutionPolicyRule) DeepCopyInto(out *ImageExecutionPolicyRule) + type ImagePolicyConfig struct + ExecutionRules []ImageExecutionPolicyRule + ResolutionRules []ImageResolutionPolicyRule + ResolveImages ImageResolutionType + func (ImagePolicyConfig) SwaggerDoc() map[string]string + func (in *ImagePolicyConfig) DeepCopy() *ImagePolicyConfig + func (in *ImagePolicyConfig) DeepCopyInto(out *ImagePolicyConfig) + func (in *ImagePolicyConfig) DeepCopyObject() runtime.Object + func (obj *ImagePolicyConfig) GetObjectKind() schema.ObjectKind + type ImageResolutionPolicyRule struct + LocalNames bool + Policy ImageResolutionType + TargetResource GroupResource + func (ImageResolutionPolicyRule) SwaggerDoc() map[string]string + func (in *ImageResolutionPolicyRule) DeepCopy() *ImageResolutionPolicyRule + func (in *ImageResolutionPolicyRule) DeepCopyInto(out *ImageResolutionPolicyRule) + type ImageResolutionType string + var Attempt ImageResolutionType = "Attempt" + var AttemptRewrite ImageResolutionType = "AttemptRewrite" + var DoNotAttempt ImageResolutionType = "DoNotAttempt" + var Required ImageResolutionType = "Required" + var RequiredRewrite ImageResolutionType = "RequiredRewrite" + type ValueCondition struct + Key string + Set bool + Value string + func (ValueCondition) SwaggerDoc() map[string]string + func (in *ValueCondition) DeepCopy() *ValueCondition + func (in *ValueCondition) DeepCopyInto(out *ValueCondition)