v1alpha1

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
	// SchemeGroupVersion is the group version used to register these objects.
	SchemeGroupVersion = schema.GroupVersion{Group: groupName, Version: version}
)

Functions

This section is empty.

Types

type ENIConfig

type ENIConfig struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata"`
	Spec              ENIConfigSpec   `json:"spec"`
	Status            ENIConfigStatus `json:"status,omitempty"`
}

func (*ENIConfig) DeepCopy

func (in *ENIConfig) DeepCopy() *ENIConfig

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ENIConfig.

func (*ENIConfig) DeepCopyInto

func (in *ENIConfig) DeepCopyInto(out *ENIConfig)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ENIConfig) DeepCopyObject

func (in *ENIConfig) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type ENIConfigList

type ENIConfigList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`
	Items           []ENIConfig `json:"items"`
}

func (*ENIConfigList) DeepCopy

func (in *ENIConfigList) DeepCopy() *ENIConfigList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ENIConfigList.

func (*ENIConfigList) DeepCopyInto

func (in *ENIConfigList) DeepCopyInto(out *ENIConfigList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ENIConfigList) DeepCopyObject

func (in *ENIConfigList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type ENIConfigSpec

type ENIConfigSpec struct {
	// Fill me
	SecurityGroups []string `json:"securitygroups"`
	Subnet         string   `json: "subnet"`
}

func (*ENIConfigSpec) DeepCopy

func (in *ENIConfigSpec) DeepCopy() *ENIConfigSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ENIConfigSpec.

func (*ENIConfigSpec) DeepCopyInto

func (in *ENIConfigSpec) DeepCopyInto(out *ENIConfigSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ENIConfigStatus

type ENIConfigStatus struct {
}

func (*ENIConfigStatus) DeepCopy

func (in *ENIConfigStatus) DeepCopy() *ENIConfigStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ENIConfigStatus.

func (*ENIConfigStatus) DeepCopyInto

func (in *ENIConfigStatus) DeepCopyInto(out *ENIConfigStatus)

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