v1beta1

package
v2.3.2 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package v1beta1 is the v1beta1 version of the API. +groupName=proxy.open-cluster-management.io

Index

Constants

View Source
const GroupName = "proxy.open-cluster-management.io"

Variables

View Source
var (
	ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenerated   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta1"}

Functions

func Convert_url_Values_To_v1beta1_ClusterStatusProxyOptions

func Convert_url_Values_To_v1beta1_ClusterStatusProxyOptions(in *url.Values, out *ClusterStatusProxyOptions, s conversion.Scope) error

Convert_url_Values_To_v1beta1_ClusterStatusProxyOptions is an autogenerated conversion function.

func RegisterConversions

func RegisterConversions(s *runtime.Scheme) error

RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDefaults

func RegisterDefaults(scheme *runtime.Scheme) error

RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.

Types

type ClusterStatus

type ClusterStatus struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
}

ClusterStatus about a registered cluster in a federated kubernetes setup.

func (*ClusterStatus) DeepCopy

func (in *ClusterStatus) DeepCopy() *ClusterStatus

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

func (*ClusterStatus) DeepCopyInto

func (in *ClusterStatus) DeepCopyInto(out *ClusterStatus)

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

func (*ClusterStatus) DeepCopyObject

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

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

func (*ClusterStatus) Descriptor

func (*ClusterStatus) Descriptor() ([]byte, []int)

func (*ClusterStatus) Marshal

func (m *ClusterStatus) Marshal() (dAtA []byte, err error)

func (*ClusterStatus) MarshalTo

func (m *ClusterStatus) MarshalTo(dAtA []byte) (int, error)

func (*ClusterStatus) MarshalToSizedBuffer

func (m *ClusterStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClusterStatus) ProtoMessage

func (*ClusterStatus) ProtoMessage()

func (*ClusterStatus) Reset

func (m *ClusterStatus) Reset()

func (*ClusterStatus) Size

func (m *ClusterStatus) Size() (n int)

func (*ClusterStatus) String

func (this *ClusterStatus) String() string

func (*ClusterStatus) Unmarshal

func (m *ClusterStatus) Unmarshal(dAtA []byte) error

func (*ClusterStatus) XXX_DiscardUnknown

func (m *ClusterStatus) XXX_DiscardUnknown()

func (*ClusterStatus) XXX_Marshal

func (m *ClusterStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterStatus) XXX_Merge

func (m *ClusterStatus) XXX_Merge(src proto.Message)

func (*ClusterStatus) XXX_Size

func (m *ClusterStatus) XXX_Size() int

func (*ClusterStatus) XXX_Unmarshal

func (m *ClusterStatus) XXX_Unmarshal(b []byte) error

type ClusterStatusList

type ClusterStatusList struct {
	metav1.TypeMeta `json:",inline"`
	// Standard list metadata.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// List of Cluster objects.
	Items []ClusterStatus `json:"items" protobuf:"bytes,2,rep,name=items"`
}

ClusterStatusList is a list of all the kubernetes clusters status in the acm

func (*ClusterStatusList) DeepCopy

func (in *ClusterStatusList) DeepCopy() *ClusterStatusList

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

func (*ClusterStatusList) DeepCopyInto

func (in *ClusterStatusList) DeepCopyInto(out *ClusterStatusList)

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

func (*ClusterStatusList) DeepCopyObject

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

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

func (*ClusterStatusList) Descriptor

func (*ClusterStatusList) Descriptor() ([]byte, []int)

func (*ClusterStatusList) Marshal

func (m *ClusterStatusList) Marshal() (dAtA []byte, err error)

func (*ClusterStatusList) MarshalTo

func (m *ClusterStatusList) MarshalTo(dAtA []byte) (int, error)

func (*ClusterStatusList) MarshalToSizedBuffer

func (m *ClusterStatusList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClusterStatusList) ProtoMessage

func (*ClusterStatusList) ProtoMessage()

func (*ClusterStatusList) Reset

func (m *ClusterStatusList) Reset()

func (*ClusterStatusList) Size

func (m *ClusterStatusList) Size() (n int)

func (*ClusterStatusList) String

func (this *ClusterStatusList) String() string

func (*ClusterStatusList) Unmarshal

func (m *ClusterStatusList) Unmarshal(dAtA []byte) error

func (*ClusterStatusList) XXX_DiscardUnknown

func (m *ClusterStatusList) XXX_DiscardUnknown()

func (*ClusterStatusList) XXX_Marshal

func (m *ClusterStatusList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterStatusList) XXX_Merge

func (m *ClusterStatusList) XXX_Merge(src proto.Message)

func (*ClusterStatusList) XXX_Size

func (m *ClusterStatusList) XXX_Size() int

func (*ClusterStatusList) XXX_Unmarshal

func (m *ClusterStatusList) XXX_Unmarshal(b []byte) error

type ClusterStatusProxyOptions

type ClusterStatusProxyOptions struct {
	metav1.TypeMeta `json:",inline"`

	// Path is the URL path to use for the current proxy request
	// +optional
	Path string `json:"path,omitempty" protobuf:"bytes,1,opt,name=path"`
}

ClusterStatusProxyOptions is the option for ClusterStatus

func (*ClusterStatusProxyOptions) DeepCopy

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

func (*ClusterStatusProxyOptions) DeepCopyInto

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

func (*ClusterStatusProxyOptions) DeepCopyObject

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

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

func (*ClusterStatusProxyOptions) Descriptor

func (*ClusterStatusProxyOptions) Descriptor() ([]byte, []int)

func (*ClusterStatusProxyOptions) Marshal

func (m *ClusterStatusProxyOptions) Marshal() (dAtA []byte, err error)

func (*ClusterStatusProxyOptions) MarshalTo

func (m *ClusterStatusProxyOptions) MarshalTo(dAtA []byte) (int, error)

func (*ClusterStatusProxyOptions) MarshalToSizedBuffer

func (m *ClusterStatusProxyOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClusterStatusProxyOptions) ProtoMessage

func (*ClusterStatusProxyOptions) ProtoMessage()

func (*ClusterStatusProxyOptions) Reset

func (m *ClusterStatusProxyOptions) Reset()

func (*ClusterStatusProxyOptions) Size

func (m *ClusterStatusProxyOptions) Size() (n int)

func (*ClusterStatusProxyOptions) String

func (this *ClusterStatusProxyOptions) String() string

func (*ClusterStatusProxyOptions) Unmarshal

func (m *ClusterStatusProxyOptions) Unmarshal(dAtA []byte) error

func (*ClusterStatusProxyOptions) XXX_DiscardUnknown

func (m *ClusterStatusProxyOptions) XXX_DiscardUnknown()

func (*ClusterStatusProxyOptions) XXX_Marshal

func (m *ClusterStatusProxyOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterStatusProxyOptions) XXX_Merge

func (m *ClusterStatusProxyOptions) XXX_Merge(src proto.Message)

func (*ClusterStatusProxyOptions) XXX_Size

func (m *ClusterStatusProxyOptions) XXX_Size() int

func (*ClusterStatusProxyOptions) XXX_Unmarshal

func (m *ClusterStatusProxyOptions) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL