v1beta1

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2020 License: UPL-1.0 Imports: 7 Imported by: 3

Documentation

Overview

Package v1beta1 contains API Schema definitions for the verrazzano v1beta1 API group +k8s:deepcopy-gen=package,register +groupName=verrazzano.io

Package v1beta1 contains API Schema definitions for the verrazzano v1beta1 API group +k8s:deepcopy-gen=package,register +groupName=verrazzano.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "verrazzano.io", Version: "v1beta1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}

	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type CohCluster

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

	Spec   CohClusterSpec   `json:"spec,omitempty"`
	Status CohClusterStatus `json:"status,omitempty"`
}

CohCluster is the Schema for the cohclusters API +k8s:openapi-gen=true +kubebuilder:subresource:status +kubebuilder:resource:shortName=cc +genclient +genclient:noStatus

func (*CohCluster) DeepCopy

func (in *CohCluster) DeepCopy() *CohCluster

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

func (*CohCluster) DeepCopyInto

func (in *CohCluster) DeepCopyInto(out *CohCluster)

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

func (*CohCluster) DeepCopyObject

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

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

type CohClusterList

type CohClusterList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []CohCluster `json:"items"`
}

CohClusterList contains a list of CohCluster

func (*CohClusterList) DeepCopy

func (in *CohClusterList) DeepCopy() *CohClusterList

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

func (*CohClusterList) DeepCopyInto

func (in *CohClusterList) DeepCopyInto(out *CohClusterList)

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

func (*CohClusterList) DeepCopyObject

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

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

type CohClusterSpec

type CohClusterSpec struct {

	// User defined description of the the CohCluster custom resource
	Description string `json:"description"`
	// The name of the Coherence operator
	Name string `json:"name"`
	// The namespace for the Coherence operator
	Namespace string `json:"namespace"`
	// The service account for the Coherence operator
	ServiceAccount string `json:"serviceAccount,omitempty"`
	// The Kubernetes docker secret for pulling Coherence images
	// +x-kubernetes-list-type=set
	ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"`
}

CohClusterSpec defines the desired state of CohCluster +k8s:openapi-gen=true

func (*CohClusterSpec) DeepCopy

func (in *CohClusterSpec) DeepCopy() *CohClusterSpec

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

func (*CohClusterSpec) DeepCopyInto

func (in *CohClusterSpec) DeepCopyInto(out *CohClusterSpec)

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

type CohClusterStatus

type CohClusterStatus struct {

	// State of the Coherence operator deployment
	State string `json:"state,omitempty"`
	// Message associated with latest action
	LastActionMessage string `json:"lastActionMessage,omitempty"`
	// Time stamp for latest action
	LastActionTime string `json:"lastActionTime,omitempty"`
}

CohClusterStatus defines the observed state of CohCluster +k8s:openapi-gen=true

func (*CohClusterStatus) DeepCopy

func (in *CohClusterStatus) DeepCopy() *CohClusterStatus

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

func (*CohClusterStatus) DeepCopyInto

func (in *CohClusterStatus) DeepCopyInto(out *CohClusterStatus)

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