v1

package
v0.0.0-...-4638b96 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder runtime.SchemeBuilder

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var InternalSchemeGroupVersion = schema.GroupVersion{
	Group:   "maistra.io",
	Version: runtime.APIVersionInternal,
}
View Source
var SchemeGroupVersion = schema.GroupVersion{
	Group:   "maistra.io",
	Version: "v1",
}

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 ServiceMeshMemberRoll

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

	Spec   ServiceMeshMemberRollSpec   `json:"spec,omitempty"`
	Status ServiceMeshMemberRollStatus `json:"status,omitempty"`
}

ServiceMeshMemberRoll is the Schema for the servicemeshmemberrolls API +k8s:openapi-gen=true

func (*ServiceMeshMemberRoll) DeepCopy

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

func (*ServiceMeshMemberRoll) DeepCopyInto

func (in *ServiceMeshMemberRoll) DeepCopyInto(out *ServiceMeshMemberRoll)

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

func (*ServiceMeshMemberRoll) DeepCopyObject

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

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

type ServiceMeshMemberRollList

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

ServiceMeshMemberRollList contains a list of ServiceMeshMemberRoll

func (*ServiceMeshMemberRollList) DeepCopy

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

func (*ServiceMeshMemberRollList) DeepCopyInto

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

func (*ServiceMeshMemberRollList) DeepCopyObject

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

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

type ServiceMeshMemberRollSpec

type ServiceMeshMemberRollSpec struct {
	Members []string `json:"members,omitempty"`
}

ServiceMeshMemberRollSpec defines the members of the mesh

func (*ServiceMeshMemberRollSpec) DeepCopy

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

func (*ServiceMeshMemberRollSpec) DeepCopyInto

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

type ServiceMeshMemberRollStatus

type ServiceMeshMemberRollStatus struct {
	ObservedGeneration    int64    `json:"observedGeneration,omitempty"`
	ServiceMeshGeneration int64    `json:"meshGeneration,omitempty"`
	ConfiguredMembers     []string `json:"configuredMembers,omitempty"`
}

ServiceMeshMemberRollStatus contains the state last used to reconcile the list

func (*ServiceMeshMemberRollStatus) DeepCopy

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

func (*ServiceMeshMemberRollStatus) DeepCopyInto

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