v1

package
v3.9.0-alpha.4+incompa... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

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

type ImageQualifyRule struct {
	Pattern string `json:"pattern"`
	Domain  string `json:"domain"`
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL