v1

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 3 Imported by: 7

Documentation

Overview

Package v1 is the v1 version of the API.

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeBuilder is an instance of Schema
	SchemeBuilder runtime.SchemeBuilder

	// AddToScheme adds the schema
	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{
	Group:   "fic.f5.com",
	Version: "v1",
}

SchemeGroupVersion define your schema name and the version

Functions

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type HostSpec

type HostSpec struct {
	Host string `json:"host,omitempty"`

	Key       string `json:"key,omitempty"`
	IPAMLabel string `json:"ipamLabel,omitempty"`
}

func (*HostSpec) DeepCopy

func (in *HostSpec) DeepCopy() *HostSpec

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

func (*HostSpec) DeepCopyInto

func (in *HostSpec) DeepCopyInto(out *HostSpec)

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

type IPAM added in v0.1.5

type IPAM struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   IPAMSpec   `json:"spec,omitempty"`
	Status IPAMStatus `json:"status,omitempty"`
}

ExternalDNS defines the DNS resource.

func (*IPAM) DeepCopy added in v0.1.5

func (in *IPAM) DeepCopy() *IPAM

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

func (*IPAM) DeepCopyInto added in v0.1.5

func (in *IPAM) DeepCopyInto(out *IPAM)

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

func (*IPAM) DeepCopyObject added in v0.1.5

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

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

type IPAMList added in v0.1.5

type IPAMList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

	Items []IPAM `json:"items"`
}

IPAMList is list of ExternalDNS

func (*IPAMList) DeepCopy added in v0.1.5

func (in *IPAMList) DeepCopy() *IPAMList

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

func (*IPAMList) DeepCopyInto added in v0.1.5

func (in *IPAMList) DeepCopyInto(out *IPAMList)

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

func (*IPAMList) DeepCopyObject added in v0.1.5

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

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

type IPAMSpec added in v0.1.5

type IPAMSpec struct {
	HostSpecs []*HostSpec `json:"hostSpecs,omitempty"`
}

func (*IPAMSpec) DeepCopy added in v0.1.5

func (in *IPAMSpec) DeepCopy() *IPAMSpec

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

func (*IPAMSpec) DeepCopyInto added in v0.1.5

func (in *IPAMSpec) DeepCopyInto(out *IPAMSpec)

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

type IPAMStatus added in v0.1.5

type IPAMStatus struct {
	IPStatus []*IPSpec `json:"IPStatus,omitempty"`
}

func (*IPAMStatus) DeepCopy added in v0.1.5

func (in *IPAMStatus) DeepCopy() *IPAMStatus

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

func (*IPAMStatus) DeepCopyInto added in v0.1.5

func (in *IPAMStatus) DeepCopyInto(out *IPAMStatus)

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

type IPSpec

type IPSpec struct {
	IP   string `json:"ip,omitempty"`
	Host string `json:"host,omitempty"`

	Key       string `json:"key,omitempty"`
	IPAMLabel string `json:"ipamLabel,omitempty"`
}

func (*IPSpec) DeepCopy

func (in *IPSpec) DeepCopy() *IPSpec

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

func (*IPSpec) DeepCopyInto

func (in *IPSpec) DeepCopyInto(out *IPSpec)

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