v1

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GroupName    = "trident.netapp.io"
	GroupVersion = "v1"
)

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: GroupVersion}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns back a Group qualified GroupResource

Types

type TridentProvisioner

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

	Spec   TridentProvisionerSpec   `json:"spec,omitempty"`
	Status TridentProvisionerStatus `json:"status"`
}

TridentProvisioner is the Schema for the tridentprovisioners API

func (*TridentProvisioner) DeepCopy

func (in *TridentProvisioner) DeepCopy() *TridentProvisioner

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

func (*TridentProvisioner) DeepCopyInto

func (in *TridentProvisioner) DeepCopyInto(out *TridentProvisioner)

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

func (*TridentProvisioner) DeepCopyObject

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

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

type TridentProvisionerList

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

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

TridentProvisionerList contains a list of TridentProvisioner

func (*TridentProvisionerList) DeepCopy

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

func (*TridentProvisionerList) DeepCopyInto

func (in *TridentProvisionerList) DeepCopyInto(out *TridentProvisionerList)

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

func (*TridentProvisionerList) DeepCopyObject

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

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

type TridentProvisionerSpec

type TridentProvisionerSpec struct {
	Debug                   bool     `json:"debug"`
	IPv6                    bool     `json:"IPv6,omitempty"`
	K8sTimeout              int      `json:"k8sTimeout,omitempty"`
	SilenceAutosupport      bool     `json:"silenceAutosupport,omitempty"`
	AutosupportImage        string   `json:"autosupportImage,omitempty"`
	AutosupportProxy        string   `json:"autosupportProxy,omitempty"`
	AutosupportSerialNumber string   `json:"autosupportSerialNumber,omitempty"`
	AutosupportHostname     string   `json:"autosupportHostname,omitempty"`
	Uninstall               bool     `json:"uninstall,omitempty"`
	LogFormat               string   `json:"logFormat,omitempty"`
	TridentImage            string   `json:"tridentImage,omitempty"`
	ImageRegistry           string   `json:"imageRegistry,omitempty"`
	KubeletDir              string   `json:"kubeletDir,omitempty"`
	Wipeout                 []string `json:"wipeout,omitempty"`
	ImagePullSecrets        []string `json:"imagePullSecrets,omitempty"`
}

TridentProvisionerSpec defines the desired state of TridentProvisioner

func (*TridentProvisionerSpec) DeepCopy

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

func (*TridentProvisionerSpec) DeepCopyInto

func (in *TridentProvisionerSpec) DeepCopyInto(out *TridentProvisionerSpec)

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

type TridentProvisionerSpecValues

type TridentProvisionerSpecValues struct {
	Debug                   string   `json:"debug"`
	IPv6                    string   `json:"IPv6"`
	SilenceAutosupport      string   `json:"silenceAutosupport"`
	AutosupportImage        string   `json:"autosupportImage"`
	AutosupportProxy        string   `json:"autosupportProxy"`
	AutosupportSerialNumber string   `json:"autosupportSerialNumber"`
	AutosupportHostname     string   `json:"autosupportHostname"`
	K8sTimeout              string   `json:"k8sTimeout"`
	LogFormat               string   `json:"logFormat"`
	TridentImage            string   `json:"tridentImage"`
	ImageRegistry           string   `json:"imageRegistry"`
	KubeletDir              string   `json:"kubeletDir"`
	ImagePullSecrets        []string `json:"imagePullSecrets"`
}

func (*TridentProvisionerSpecValues) DeepCopy

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

func (*TridentProvisionerSpecValues) DeepCopyInto

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

type TridentProvisionerStatus

type TridentProvisionerStatus struct {
	Message                   string                       `json:"message"`
	Status                    string                       `json:"status"`
	Version                   string                       `json:"version"`
	CurrentInstallationParams TridentProvisionerSpecValues `json:"currentInstallationParams"`
}

TridentProvisionerStatus defines the observed state of TridentProvisioner

func (*TridentProvisionerStatus) DeepCopy

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

func (*TridentProvisionerStatus) DeepCopyInto

func (in *TridentProvisionerStatus) DeepCopyInto(out *TridentProvisionerStatus)

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