k8sv1

package
v0.0.0-...-e01fbee Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Overview

Package k8sv1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	K8SAPI_DescribePod_FullMethodName         = "/clutch.k8s.v1.K8sAPI/DescribePod"
	K8SAPI_ListPods_FullMethodName            = "/clutch.k8s.v1.K8sAPI/ListPods"
	K8SAPI_DeletePod_FullMethodName           = "/clutch.k8s.v1.K8sAPI/DeletePod"
	K8SAPI_UpdatePod_FullMethodName           = "/clutch.k8s.v1.K8sAPI/UpdatePod"
	K8SAPI_GetPodLogs_FullMethodName          = "/clutch.k8s.v1.K8sAPI/GetPodLogs"
	K8SAPI_ResizeHPA_FullMethodName           = "/clutch.k8s.v1.K8sAPI/ResizeHPA"
	K8SAPI_DeleteHPA_FullMethodName           = "/clutch.k8s.v1.K8sAPI/DeleteHPA"
	K8SAPI_DescribeDeployment_FullMethodName  = "/clutch.k8s.v1.K8sAPI/DescribeDeployment"
	K8SAPI_ListDeployments_FullMethodName     = "/clutch.k8s.v1.K8sAPI/ListDeployments"
	K8SAPI_UpdateDeployment_FullMethodName    = "/clutch.k8s.v1.K8sAPI/UpdateDeployment"
	K8SAPI_DeleteDeployment_FullMethodName    = "/clutch.k8s.v1.K8sAPI/DeleteDeployment"
	K8SAPI_DescribeService_FullMethodName     = "/clutch.k8s.v1.K8sAPI/DescribeService"
	K8SAPI_ListServices_FullMethodName        = "/clutch.k8s.v1.K8sAPI/ListServices"
	K8SAPI_DeleteService_FullMethodName       = "/clutch.k8s.v1.K8sAPI/DeleteService"
	K8SAPI_DescribeStatefulSet_FullMethodName = "/clutch.k8s.v1.K8sAPI/DescribeStatefulSet"
	K8SAPI_ListStatefulSets_FullMethodName    = "/clutch.k8s.v1.K8sAPI/ListStatefulSets"
	K8SAPI_UpdateStatefulSet_FullMethodName   = "/clutch.k8s.v1.K8sAPI/UpdateStatefulSet"
	K8SAPI_DeleteStatefulSet_FullMethodName   = "/clutch.k8s.v1.K8sAPI/DeleteStatefulSet"
	K8SAPI_DescribeCronJob_FullMethodName     = "/clutch.k8s.v1.K8sAPI/DescribeCronJob"
	K8SAPI_ListCronJobs_FullMethodName        = "/clutch.k8s.v1.K8sAPI/ListCronJobs"
	K8SAPI_DeleteCronJob_FullMethodName       = "/clutch.k8s.v1.K8sAPI/DeleteCronJob"
	K8SAPI_ListConfigMaps_FullMethodName      = "/clutch.k8s.v1.K8sAPI/ListConfigMaps"
	K8SAPI_DescribeConfigMap_FullMethodName   = "/clutch.k8s.v1.K8sAPI/DescribeConfigMap"
	K8SAPI_DeleteConfigMap_FullMethodName     = "/clutch.k8s.v1.K8sAPI/DeleteConfigMap"
	K8SAPI_DescribeJob_FullMethodName         = "/clutch.k8s.v1.K8sAPI/DescribeJob"
	K8SAPI_ListJobs_FullMethodName            = "/clutch.k8s.v1.K8sAPI/ListJobs"
	K8SAPI_DeleteJob_FullMethodName           = "/clutch.k8s.v1.K8sAPI/DeleteJob"
	K8SAPI_CreateJob_FullMethodName           = "/clutch.k8s.v1.K8sAPI/CreateJob"
	K8SAPI_DescribeNamespace_FullMethodName   = "/clutch.k8s.v1.K8sAPI/DescribeNamespace"
	K8SAPI_ListEvents_FullMethodName          = "/clutch.k8s.v1.K8sAPI/ListEvents"
	K8SAPI_DescribeNode_FullMethodName        = "/clutch.k8s.v1.K8sAPI/DescribeNode"
	K8SAPI_UpdateNode_FullMethodName          = "/clutch.k8s.v1.K8sAPI/UpdateNode"
	K8SAPI_ListNamespaceEvents_FullMethodName = "/clutch.k8s.v1.K8sAPI/ListNamespaceEvents"
)

Variables

View Source
var (
	ObjectKind_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "POD",
	}
	ObjectKind_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"POD":         2,
	}
)

Enum value maps for ObjectKind.

View Source
var (
	EventType_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "NORMAL",
		2: "WARNING",
		3: "ERROR",
	}
	EventType_value = map[string]int32{
		"TYPE_UNSPECIFIED": 0,
		"NORMAL":           1,
		"WARNING":          2,
		"ERROR":            3,
	}
)

Enum value maps for EventType.

View Source
var (
	Container_State_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "TERMINATED",
		3: "RUNNING",
		4: "WAITING",
	}
	Container_State_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"TERMINATED":  2,
		"RUNNING":     3,
		"WAITING":     4,
	}
)

Enum value maps for Container_State.

View Source
var (
	PodCondition_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "CONTAINERS_READY",
		2: "INITIALIZED",
		3: "READY",
		4: "POD_SCHEDULED",
	}
	PodCondition_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED": 0,
		"CONTAINERS_READY": 1,
		"INITIALIZED":      2,
		"READY":            3,
		"POD_SCHEDULED":    4,
	}
)

Enum value maps for PodCondition_Type.

View Source
var (
	PodCondition_Status_name = map[int32]string{
		0: "STATUS_UNSPECIFIED",
		1: "TRUE",
		2: "FALSE",
		3: "UNKNOWN",
	}
	PodCondition_Status_value = map[string]int32{
		"STATUS_UNSPECIFIED": 0,
		"TRUE":               1,
		"FALSE":              2,
		"UNKNOWN":            3,
	}
)

Enum value maps for PodCondition_Status.

View Source
var (
	Pod_State_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "PENDING",
		3: "RUNNING",
		4: "SUCCEEDED",
		5: "FAILED",
	}
	Pod_State_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"PENDING":     2,
		"RUNNING":     3,
		"SUCCEEDED":   4,
		"FAILED":      5,
	}
)

Enum value maps for Pod_State.

View Source
var (
	Deployment_DeploymentStatus_Condition_Type_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "AVAILABLE",
		3: "PROGRESSING",
		4: "REPLICA_FAILURE",
	}
	Deployment_DeploymentStatus_Condition_Type_value = map[string]int32{
		"UNSPECIFIED":     0,
		"UNKNOWN":         1,
		"AVAILABLE":       2,
		"PROGRESSING":     3,
		"REPLICA_FAILURE": 4,
	}
)

Enum value maps for Deployment_DeploymentStatus_Condition_Type.

View Source
var (
	Deployment_DeploymentStatus_Condition_ConditionStatus_name = map[int32]string{
		0: "CONDITION_UNSPECIFIED",
		1: "CONDITION_TRUE",
		2: "CONDITION_FALSE",
		3: "CONDITION_UNKNOWN",
	}
	Deployment_DeploymentStatus_Condition_ConditionStatus_value = map[string]int32{
		"CONDITION_UNSPECIFIED": 0,
		"CONDITION_TRUE":        1,
		"CONDITION_FALSE":       2,
		"CONDITION_UNKNOWN":     3,
	}
)

Enum value maps for Deployment_DeploymentStatus_Condition_ConditionStatus.

View Source
var (
	Service_Type_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "CLUSTER_IP",
		3: "NODE_PORT",
		4: "LOAD_BALANCER",
		5: "EXTERNAL_NAME",
	}
	Service_Type_value = map[string]int32{
		"UNSPECIFIED":   0,
		"UNKNOWN":       1,
		"CLUSTER_IP":    2,
		"NODE_PORT":     3,
		"LOAD_BALANCER": 4,
		"EXTERNAL_NAME": 5,
	}
)

Enum value maps for Service_Type.

View Source
var (
	CronJob_ConcurrencyPolicy_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNKNOWN",
		2: "ALLOW",
		3: "FORBID",
		4: "REPLACE",
	}
	CronJob_ConcurrencyPolicy_value = map[string]int32{
		"UNSPECIFIED": 0,
		"UNKNOWN":     1,
		"ALLOW":       2,
		"FORBID":      3,
		"REPLACE":     4,
	}
)

Enum value maps for CronJob_ConcurrencyPolicy.

View Source
var File_k8s_v1_k8s_proto protoreflect.FileDescriptor
View Source
var File_k8s_v1_status_proto protoreflect.FileDescriptor
View Source
var K8SAPI_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "clutch.k8s.v1.K8sAPI",
	HandlerType: (*K8SAPIServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DescribePod",
			Handler:    _K8SAPI_DescribePod_Handler,
		},
		{
			MethodName: "ListPods",
			Handler:    _K8SAPI_ListPods_Handler,
		},
		{
			MethodName: "DeletePod",
			Handler:    _K8SAPI_DeletePod_Handler,
		},
		{
			MethodName: "UpdatePod",
			Handler:    _K8SAPI_UpdatePod_Handler,
		},
		{
			MethodName: "GetPodLogs",
			Handler:    _K8SAPI_GetPodLogs_Handler,
		},
		{
			MethodName: "ResizeHPA",
			Handler:    _K8SAPI_ResizeHPA_Handler,
		},
		{
			MethodName: "DeleteHPA",
			Handler:    _K8SAPI_DeleteHPA_Handler,
		},
		{
			MethodName: "DescribeDeployment",
			Handler:    _K8SAPI_DescribeDeployment_Handler,
		},
		{
			MethodName: "ListDeployments",
			Handler:    _K8SAPI_ListDeployments_Handler,
		},
		{
			MethodName: "UpdateDeployment",
			Handler:    _K8SAPI_UpdateDeployment_Handler,
		},
		{
			MethodName: "DeleteDeployment",
			Handler:    _K8SAPI_DeleteDeployment_Handler,
		},
		{
			MethodName: "DescribeService",
			Handler:    _K8SAPI_DescribeService_Handler,
		},
		{
			MethodName: "ListServices",
			Handler:    _K8SAPI_ListServices_Handler,
		},
		{
			MethodName: "DeleteService",
			Handler:    _K8SAPI_DeleteService_Handler,
		},
		{
			MethodName: "DescribeStatefulSet",
			Handler:    _K8SAPI_DescribeStatefulSet_Handler,
		},
		{
			MethodName: "ListStatefulSets",
			Handler:    _K8SAPI_ListStatefulSets_Handler,
		},
		{
			MethodName: "UpdateStatefulSet",
			Handler:    _K8SAPI_UpdateStatefulSet_Handler,
		},
		{
			MethodName: "DeleteStatefulSet",
			Handler:    _K8SAPI_DeleteStatefulSet_Handler,
		},
		{
			MethodName: "DescribeCronJob",
			Handler:    _K8SAPI_DescribeCronJob_Handler,
		},
		{
			MethodName: "ListCronJobs",
			Handler:    _K8SAPI_ListCronJobs_Handler,
		},
		{
			MethodName: "DeleteCronJob",
			Handler:    _K8SAPI_DeleteCronJob_Handler,
		},
		{
			MethodName: "ListConfigMaps",
			Handler:    _K8SAPI_ListConfigMaps_Handler,
		},
		{
			MethodName: "DescribeConfigMap",
			Handler:    _K8SAPI_DescribeConfigMap_Handler,
		},
		{
			MethodName: "DeleteConfigMap",
			Handler:    _K8SAPI_DeleteConfigMap_Handler,
		},
		{
			MethodName: "DescribeJob",
			Handler:    _K8SAPI_DescribeJob_Handler,
		},
		{
			MethodName: "ListJobs",
			Handler:    _K8SAPI_ListJobs_Handler,
		},
		{
			MethodName: "DeleteJob",
			Handler:    _K8SAPI_DeleteJob_Handler,
		},
		{
			MethodName: "CreateJob",
			Handler:    _K8SAPI_CreateJob_Handler,
		},
		{
			MethodName: "DescribeNamespace",
			Handler:    _K8SAPI_DescribeNamespace_Handler,
		},
		{
			MethodName: "ListEvents",
			Handler:    _K8SAPI_ListEvents_Handler,
		},
		{
			MethodName: "DescribeNode",
			Handler:    _K8SAPI_DescribeNode_Handler,
		},
		{
			MethodName: "UpdateNode",
			Handler:    _K8SAPI_UpdateNode_Handler,
		},
		{
			MethodName: "ListNamespaceEvents",
			Handler:    _K8SAPI_ListNamespaceEvents_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "k8s/v1/k8s.proto",
}

K8SAPI_ServiceDesc is the grpc.ServiceDesc for K8SAPI service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterK8SAPIHandler

func RegisterK8SAPIHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterK8SAPIHandler registers the http handlers for service K8SAPI to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterK8SAPIHandlerClient

func RegisterK8SAPIHandlerClient(ctx context.Context, mux *runtime.ServeMux, client K8SAPIClient) error

RegisterK8SAPIHandlerClient registers the http handlers for service K8SAPI to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "K8SAPIClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "K8SAPIClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "K8SAPIClient" to call the correct interceptors.

func RegisterK8SAPIHandlerFromEndpoint

func RegisterK8SAPIHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterK8SAPIHandlerFromEndpoint is same as RegisterK8SAPIHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterK8SAPIHandlerServer

func RegisterK8SAPIHandlerServer(ctx context.Context, mux *runtime.ServeMux, server K8SAPIServer) error

RegisterK8SAPIHandlerServer registers the http handlers for service K8SAPI to "mux". UnaryRPC :call K8SAPIServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterK8SAPIHandlerFromEndpoint instead.

func RegisterK8SAPIServer

func RegisterK8SAPIServer(s grpc.ServiceRegistrar, srv K8SAPIServer)

Types

type ConfigMap

type ConfigMap struct {
	Cluster     string            `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace   string            `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name        string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	// represents a configmaps Data field which is a
	// key:value map
	Data map[string]string `` /* 149-byte string literal not displayed */
	// represents a configmaps BinaryData field which is
	// a map of binary data.
	BinaryData map[string][]byte `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigMap) Descriptor deprecated

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

Deprecated: Use ConfigMap.ProtoReflect.Descriptor instead.

func (*ConfigMap) GetAnnotations

func (x *ConfigMap) GetAnnotations() map[string]string

func (*ConfigMap) GetBinaryData

func (x *ConfigMap) GetBinaryData() map[string][]byte

func (*ConfigMap) GetCluster

func (x *ConfigMap) GetCluster() string

func (*ConfigMap) GetData

func (x *ConfigMap) GetData() map[string]string

func (*ConfigMap) GetLabels

func (x *ConfigMap) GetLabels() map[string]string

func (*ConfigMap) GetName

func (x *ConfigMap) GetName() string

func (*ConfigMap) GetNamespace

func (x *ConfigMap) GetNamespace() string

func (*ConfigMap) ProtoMessage

func (*ConfigMap) ProtoMessage()

func (*ConfigMap) ProtoReflect

func (x *ConfigMap) ProtoReflect() protoreflect.Message

func (*ConfigMap) Reset

func (x *ConfigMap) Reset()

func (*ConfigMap) String

func (x *ConfigMap) String() string

func (*ConfigMap) Validate

func (m *ConfigMap) Validate() error

Validate checks the field values on ConfigMap with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ConfigMap) ValidateAll

func (m *ConfigMap) ValidateAll() error

ValidateAll checks the field values on ConfigMap with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConfigMapMultiError, or nil if none found.

type ConfigMapMultiError

type ConfigMapMultiError []error

ConfigMapMultiError is an error wrapping multiple validation errors returned by ConfigMap.ValidateAll() if the designated constraints aren't met.

func (ConfigMapMultiError) AllErrors

func (m ConfigMapMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConfigMapMultiError) Error

func (m ConfigMapMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ConfigMapValidationError

type ConfigMapValidationError struct {
	// contains filtered or unexported fields
}

ConfigMapValidationError is the validation error returned by ConfigMap.Validate if the designated constraints aren't met.

func (ConfigMapValidationError) Cause

func (e ConfigMapValidationError) Cause() error

Cause function returns cause value.

func (ConfigMapValidationError) Error

func (e ConfigMapValidationError) Error() string

Error satisfies the builtin error interface

func (ConfigMapValidationError) ErrorName

func (e ConfigMapValidationError) ErrorName() string

ErrorName returns error name.

func (ConfigMapValidationError) Field

func (e ConfigMapValidationError) Field() string

Field function returns field value.

func (ConfigMapValidationError) Key

Key function returns key value.

func (ConfigMapValidationError) Reason

func (e ConfigMapValidationError) Reason() string

Reason function returns reason value.

type Container

type Container struct {
	Name         string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Image        string          `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	State        Container_State `protobuf:"varint,3,opt,name=state,proto3,enum=clutch.k8s.v1.Container_State" json:"state,omitempty"`
	Ready        bool            `protobuf:"varint,4,opt,name=ready,proto3" json:"ready,omitempty"`
	RestartCount int32           `protobuf:"varint,5,opt,name=restart_count,json=restartCount,proto3" json:"restart_count,omitempty"`
	// ref: https://pkg.go.dev/k8s.io/api/core/v1#ContainerState
	//
	// Types that are assignable to StateDetails:
	//
	//	*Container_StateWaiting
	//	*Container_StateRunning
	//	*Container_StateTerminated
	StateDetails isContainer_StateDetails `protobuf_oneof:"state_details"`
	// contains filtered or unexported fields
}

TODO(maybe): Identify with resource annotations.

func (*Container) Descriptor deprecated

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

Deprecated: Use Container.ProtoReflect.Descriptor instead.

func (*Container) GetImage

func (x *Container) GetImage() string

func (*Container) GetName

func (x *Container) GetName() string

func (*Container) GetReady

func (x *Container) GetReady() bool

func (*Container) GetRestartCount

func (x *Container) GetRestartCount() int32

func (*Container) GetState

func (x *Container) GetState() Container_State

func (*Container) GetStateDetails

func (m *Container) GetStateDetails() isContainer_StateDetails

func (*Container) GetStateRunning

func (x *Container) GetStateRunning() *StateRunning

func (*Container) GetStateTerminated

func (x *Container) GetStateTerminated() *StateTerminated

func (*Container) GetStateWaiting

func (x *Container) GetStateWaiting() *StateWaiting

func (*Container) ProtoMessage

func (*Container) ProtoMessage()

func (*Container) ProtoReflect

func (x *Container) ProtoReflect() protoreflect.Message

func (*Container) Reset

func (x *Container) Reset()

func (*Container) String

func (x *Container) String() string

func (*Container) Validate

func (m *Container) Validate() error

Validate checks the field values on Container with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Container) ValidateAll

func (m *Container) ValidateAll() error

ValidateAll checks the field values on Container with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContainerMultiError, or nil if none found.

type ContainerMultiError

type ContainerMultiError []error

ContainerMultiError is an error wrapping multiple validation errors returned by Container.ValidateAll() if the designated constraints aren't met.

func (ContainerMultiError) AllErrors

func (m ContainerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ContainerMultiError) Error

func (m ContainerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ContainerValidationError

type ContainerValidationError struct {
	// contains filtered or unexported fields
}

ContainerValidationError is the validation error returned by Container.Validate if the designated constraints aren't met.

func (ContainerValidationError) Cause

func (e ContainerValidationError) Cause() error

Cause function returns cause value.

func (ContainerValidationError) Error

func (e ContainerValidationError) Error() string

Error satisfies the builtin error interface

func (ContainerValidationError) ErrorName

func (e ContainerValidationError) ErrorName() string

ErrorName returns error name.

func (ContainerValidationError) Field

func (e ContainerValidationError) Field() string

Field function returns field value.

func (ContainerValidationError) Key

Key function returns key value.

func (ContainerValidationError) Reason

func (e ContainerValidationError) Reason() string

Reason function returns reason value.

type Container_State

type Container_State int32

https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#containerstate-v1-core

const (
	Container_UNSPECIFIED Container_State = 0
	Container_UNKNOWN     Container_State = 1
	Container_TERMINATED  Container_State = 2
	Container_RUNNING     Container_State = 3
	Container_WAITING     Container_State = 4
)

func (Container_State) Descriptor

func (Container_State) Enum

func (x Container_State) Enum() *Container_State

func (Container_State) EnumDescriptor deprecated

func (Container_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Container_State.Descriptor instead.

func (Container_State) Number

func (Container_State) String

func (x Container_State) String() string

func (Container_State) Type

type Container_StateRunning

type Container_StateRunning struct {
	StateRunning *StateRunning `protobuf:"bytes,7,opt,name=state_running,json=stateRunning,proto3,oneof"`
}

type Container_StateTerminated

type Container_StateTerminated struct {
	StateTerminated *StateTerminated `protobuf:"bytes,8,opt,name=state_terminated,json=stateTerminated,proto3,oneof"`
}

type Container_StateWaiting

type Container_StateWaiting struct {
	StateWaiting *StateWaiting `protobuf:"bytes,6,opt,name=state_waiting,json=stateWaiting,proto3,oneof"`
}

type CreateJobRequest

type CreateJobRequest struct {
	Clientset string     `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string     `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string     `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	JobConfig *JobConfig `protobuf:"bytes,4,opt,name=job_config,json=jobConfig,proto3" json:"job_config,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateJobRequest) Descriptor deprecated

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

Deprecated: Use CreateJobRequest.ProtoReflect.Descriptor instead.

func (*CreateJobRequest) GetClientset

func (x *CreateJobRequest) GetClientset() string

func (*CreateJobRequest) GetCluster

func (x *CreateJobRequest) GetCluster() string

func (*CreateJobRequest) GetJobConfig

func (x *CreateJobRequest) GetJobConfig() *JobConfig

func (*CreateJobRequest) GetNamespace

func (x *CreateJobRequest) GetNamespace() string

func (*CreateJobRequest) ProtoMessage

func (*CreateJobRequest) ProtoMessage()

func (*CreateJobRequest) ProtoReflect

func (x *CreateJobRequest) ProtoReflect() protoreflect.Message

func (*CreateJobRequest) Reset

func (x *CreateJobRequest) Reset()

func (*CreateJobRequest) String

func (x *CreateJobRequest) String() string

func (*CreateJobRequest) Validate

func (m *CreateJobRequest) Validate() error

Validate checks the field values on CreateJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateJobRequest) ValidateAll

func (m *CreateJobRequest) ValidateAll() error

ValidateAll checks the field values on CreateJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateJobRequestMultiError, or nil if none found.

type CreateJobRequestMultiError

type CreateJobRequestMultiError []error

CreateJobRequestMultiError is an error wrapping multiple validation errors returned by CreateJobRequest.ValidateAll() if the designated constraints aren't met.

func (CreateJobRequestMultiError) AllErrors

func (m CreateJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateJobRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateJobRequestValidationError

type CreateJobRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateJobRequestValidationError is the validation error returned by CreateJobRequest.Validate if the designated constraints aren't met.

func (CreateJobRequestValidationError) Cause

Cause function returns cause value.

func (CreateJobRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateJobRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateJobRequestValidationError) Field

Field function returns field value.

func (CreateJobRequestValidationError) Key

Key function returns key value.

func (CreateJobRequestValidationError) Reason

Reason function returns reason value.

type CreateJobResponse

type CreateJobResponse struct {
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateJobResponse) Descriptor deprecated

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

Deprecated: Use CreateJobResponse.ProtoReflect.Descriptor instead.

func (*CreateJobResponse) GetJob

func (x *CreateJobResponse) GetJob() *Job

func (*CreateJobResponse) ProtoMessage

func (*CreateJobResponse) ProtoMessage()

func (*CreateJobResponse) ProtoReflect

func (x *CreateJobResponse) ProtoReflect() protoreflect.Message

func (*CreateJobResponse) Reset

func (x *CreateJobResponse) Reset()

func (*CreateJobResponse) String

func (x *CreateJobResponse) String() string

func (*CreateJobResponse) Validate

func (m *CreateJobResponse) Validate() error

Validate checks the field values on CreateJobResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateJobResponse) ValidateAll

func (m *CreateJobResponse) ValidateAll() error

ValidateAll checks the field values on CreateJobResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateJobResponseMultiError, or nil if none found.

type CreateJobResponseMultiError

type CreateJobResponseMultiError []error

CreateJobResponseMultiError is an error wrapping multiple validation errors returned by CreateJobResponse.ValidateAll() if the designated constraints aren't met.

func (CreateJobResponseMultiError) AllErrors

func (m CreateJobResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateJobResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateJobResponseValidationError

type CreateJobResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateJobResponseValidationError is the validation error returned by CreateJobResponse.Validate if the designated constraints aren't met.

func (CreateJobResponseValidationError) Cause

Cause function returns cause value.

func (CreateJobResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateJobResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateJobResponseValidationError) Field

Field function returns field value.

func (CreateJobResponseValidationError) Key

Key function returns key value.

func (CreateJobResponseValidationError) Reason

Reason function returns reason value.

type CronJob

type CronJob struct {
	Cluster                 string                    `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace               string                    `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name                    string                    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Schedule                string                    `protobuf:"bytes,4,opt,name=schedule,proto3" json:"schedule,omitempty"`
	Labels                  map[string]string         `` /* 153-byte string literal not displayed */
	Annotations             map[string]string         `` /* 163-byte string literal not displayed */
	Suspend                 bool                      `protobuf:"varint,7,opt,name=suspend,proto3" json:"suspend,omitempty"`
	NumActiveJobs           int32                     `protobuf:"varint,8,opt,name=num_active_jobs,json=numActiveJobs,proto3" json:"num_active_jobs,omitempty"`
	ConcurrencyPolicy       CronJob_ConcurrencyPolicy `` /* 158-byte string literal not displayed */
	StartingDeadlineSeconds *wrapperspb.Int64Value    `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CronJob) Descriptor deprecated

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

Deprecated: Use CronJob.ProtoReflect.Descriptor instead.

func (*CronJob) GetAnnotations

func (x *CronJob) GetAnnotations() map[string]string

func (*CronJob) GetCluster

func (x *CronJob) GetCluster() string

func (*CronJob) GetConcurrencyPolicy

func (x *CronJob) GetConcurrencyPolicy() CronJob_ConcurrencyPolicy

func (*CronJob) GetLabels

func (x *CronJob) GetLabels() map[string]string

func (*CronJob) GetName

func (x *CronJob) GetName() string

func (*CronJob) GetNamespace

func (x *CronJob) GetNamespace() string

func (*CronJob) GetNumActiveJobs

func (x *CronJob) GetNumActiveJobs() int32

func (*CronJob) GetSchedule

func (x *CronJob) GetSchedule() string

func (*CronJob) GetStartingDeadlineSeconds

func (x *CronJob) GetStartingDeadlineSeconds() *wrapperspb.Int64Value

func (*CronJob) GetSuspend

func (x *CronJob) GetSuspend() bool

func (*CronJob) ProtoMessage

func (*CronJob) ProtoMessage()

func (*CronJob) ProtoReflect

func (x *CronJob) ProtoReflect() protoreflect.Message

func (*CronJob) Reset

func (x *CronJob) Reset()

func (*CronJob) String

func (x *CronJob) String() string

func (*CronJob) Validate

func (m *CronJob) Validate() error

Validate checks the field values on CronJob with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CronJob) ValidateAll

func (m *CronJob) ValidateAll() error

ValidateAll checks the field values on CronJob with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CronJobMultiError, or nil if none found.

type CronJobMultiError

type CronJobMultiError []error

CronJobMultiError is an error wrapping multiple validation errors returned by CronJob.ValidateAll() if the designated constraints aren't met.

func (CronJobMultiError) AllErrors

func (m CronJobMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CronJobMultiError) Error

func (m CronJobMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CronJobValidationError

type CronJobValidationError struct {
	// contains filtered or unexported fields
}

CronJobValidationError is the validation error returned by CronJob.Validate if the designated constraints aren't met.

func (CronJobValidationError) Cause

func (e CronJobValidationError) Cause() error

Cause function returns cause value.

func (CronJobValidationError) Error

func (e CronJobValidationError) Error() string

Error satisfies the builtin error interface

func (CronJobValidationError) ErrorName

func (e CronJobValidationError) ErrorName() string

ErrorName returns error name.

func (CronJobValidationError) Field

func (e CronJobValidationError) Field() string

Field function returns field value.

func (CronJobValidationError) Key

func (e CronJobValidationError) Key() bool

Key function returns key value.

func (CronJobValidationError) Reason

func (e CronJobValidationError) Reason() string

Reason function returns reason value.

type CronJob_ConcurrencyPolicy

type CronJob_ConcurrencyPolicy int32
const (
	CronJob_UNSPECIFIED CronJob_ConcurrencyPolicy = 0
	CronJob_UNKNOWN     CronJob_ConcurrencyPolicy = 1
	CronJob_ALLOW       CronJob_ConcurrencyPolicy = 2
	CronJob_FORBID      CronJob_ConcurrencyPolicy = 3
	CronJob_REPLACE     CronJob_ConcurrencyPolicy = 4
)

func (CronJob_ConcurrencyPolicy) Descriptor

func (CronJob_ConcurrencyPolicy) Enum

func (CronJob_ConcurrencyPolicy) EnumDescriptor deprecated

func (CronJob_ConcurrencyPolicy) EnumDescriptor() ([]byte, []int)

Deprecated: Use CronJob_ConcurrencyPolicy.Descriptor instead.

func (CronJob_ConcurrencyPolicy) Number

func (CronJob_ConcurrencyPolicy) String

func (x CronJob_ConcurrencyPolicy) String() string

func (CronJob_ConcurrencyPolicy) Type

type DeleteConfigMapRequest

type DeleteConfigMapRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteConfigMapRequest) Descriptor deprecated

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

Deprecated: Use DeleteConfigMapRequest.ProtoReflect.Descriptor instead.

func (*DeleteConfigMapRequest) GetClientset

func (x *DeleteConfigMapRequest) GetClientset() string

func (*DeleteConfigMapRequest) GetCluster

func (x *DeleteConfigMapRequest) GetCluster() string

func (*DeleteConfigMapRequest) GetName

func (x *DeleteConfigMapRequest) GetName() string

func (*DeleteConfigMapRequest) GetNamespace

func (x *DeleteConfigMapRequest) GetNamespace() string

func (*DeleteConfigMapRequest) ProtoMessage

func (*DeleteConfigMapRequest) ProtoMessage()

func (*DeleteConfigMapRequest) ProtoReflect

func (x *DeleteConfigMapRequest) ProtoReflect() protoreflect.Message

func (*DeleteConfigMapRequest) Reset

func (x *DeleteConfigMapRequest) Reset()

func (*DeleteConfigMapRequest) String

func (x *DeleteConfigMapRequest) String() string

func (*DeleteConfigMapRequest) Validate

func (m *DeleteConfigMapRequest) Validate() error

Validate checks the field values on DeleteConfigMapRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteConfigMapRequest) ValidateAll

func (m *DeleteConfigMapRequest) ValidateAll() error

ValidateAll checks the field values on DeleteConfigMapRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteConfigMapRequestMultiError, or nil if none found.

type DeleteConfigMapRequestMultiError

type DeleteConfigMapRequestMultiError []error

DeleteConfigMapRequestMultiError is an error wrapping multiple validation errors returned by DeleteConfigMapRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteConfigMapRequestMultiError) AllErrors

func (m DeleteConfigMapRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteConfigMapRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteConfigMapRequestValidationError

type DeleteConfigMapRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteConfigMapRequestValidationError is the validation error returned by DeleteConfigMapRequest.Validate if the designated constraints aren't met.

func (DeleteConfigMapRequestValidationError) Cause

Cause function returns cause value.

func (DeleteConfigMapRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteConfigMapRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteConfigMapRequestValidationError) Field

Field function returns field value.

func (DeleteConfigMapRequestValidationError) Key

Key function returns key value.

func (DeleteConfigMapRequestValidationError) Reason

Reason function returns reason value.

type DeleteConfigMapResponse

type DeleteConfigMapResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteConfigMapResponse) Descriptor deprecated

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

Deprecated: Use DeleteConfigMapResponse.ProtoReflect.Descriptor instead.

func (*DeleteConfigMapResponse) ProtoMessage

func (*DeleteConfigMapResponse) ProtoMessage()

func (*DeleteConfigMapResponse) ProtoReflect

func (x *DeleteConfigMapResponse) ProtoReflect() protoreflect.Message

func (*DeleteConfigMapResponse) Reset

func (x *DeleteConfigMapResponse) Reset()

func (*DeleteConfigMapResponse) String

func (x *DeleteConfigMapResponse) String() string

func (*DeleteConfigMapResponse) Validate

func (m *DeleteConfigMapResponse) Validate() error

Validate checks the field values on DeleteConfigMapResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteConfigMapResponse) ValidateAll

func (m *DeleteConfigMapResponse) ValidateAll() error

ValidateAll checks the field values on DeleteConfigMapResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteConfigMapResponseMultiError, or nil if none found.

type DeleteConfigMapResponseMultiError

type DeleteConfigMapResponseMultiError []error

DeleteConfigMapResponseMultiError is an error wrapping multiple validation errors returned by DeleteConfigMapResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteConfigMapResponseMultiError) AllErrors

func (m DeleteConfigMapResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteConfigMapResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteConfigMapResponseValidationError

type DeleteConfigMapResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteConfigMapResponseValidationError is the validation error returned by DeleteConfigMapResponse.Validate if the designated constraints aren't met.

func (DeleteConfigMapResponseValidationError) Cause

Cause function returns cause value.

func (DeleteConfigMapResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteConfigMapResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteConfigMapResponseValidationError) Field

Field function returns field value.

func (DeleteConfigMapResponseValidationError) Key

Key function returns key value.

func (DeleteConfigMapResponseValidationError) Reason

Reason function returns reason value.

type DeleteCronJobRequest

type DeleteCronJobRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCronJobRequest) Descriptor deprecated

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

Deprecated: Use DeleteCronJobRequest.ProtoReflect.Descriptor instead.

func (*DeleteCronJobRequest) GetClientset

func (x *DeleteCronJobRequest) GetClientset() string

func (*DeleteCronJobRequest) GetCluster

func (x *DeleteCronJobRequest) GetCluster() string

func (*DeleteCronJobRequest) GetName

func (x *DeleteCronJobRequest) GetName() string

func (*DeleteCronJobRequest) GetNamespace

func (x *DeleteCronJobRequest) GetNamespace() string

func (*DeleteCronJobRequest) ProtoMessage

func (*DeleteCronJobRequest) ProtoMessage()

func (*DeleteCronJobRequest) ProtoReflect

func (x *DeleteCronJobRequest) ProtoReflect() protoreflect.Message

func (*DeleteCronJobRequest) Reset

func (x *DeleteCronJobRequest) Reset()

func (*DeleteCronJobRequest) String

func (x *DeleteCronJobRequest) String() string

func (*DeleteCronJobRequest) Validate

func (m *DeleteCronJobRequest) Validate() error

Validate checks the field values on DeleteCronJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteCronJobRequest) ValidateAll

func (m *DeleteCronJobRequest) ValidateAll() error

ValidateAll checks the field values on DeleteCronJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteCronJobRequestMultiError, or nil if none found.

type DeleteCronJobRequestMultiError

type DeleteCronJobRequestMultiError []error

DeleteCronJobRequestMultiError is an error wrapping multiple validation errors returned by DeleteCronJobRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteCronJobRequestMultiError) AllErrors

func (m DeleteCronJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteCronJobRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteCronJobRequestValidationError

type DeleteCronJobRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteCronJobRequestValidationError is the validation error returned by DeleteCronJobRequest.Validate if the designated constraints aren't met.

func (DeleteCronJobRequestValidationError) Cause

Cause function returns cause value.

func (DeleteCronJobRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteCronJobRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteCronJobRequestValidationError) Field

Field function returns field value.

func (DeleteCronJobRequestValidationError) Key

Key function returns key value.

func (DeleteCronJobRequestValidationError) Reason

Reason function returns reason value.

type DeleteCronJobResponse

type DeleteCronJobResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteCronJobResponse) Descriptor deprecated

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

Deprecated: Use DeleteCronJobResponse.ProtoReflect.Descriptor instead.

func (*DeleteCronJobResponse) ProtoMessage

func (*DeleteCronJobResponse) ProtoMessage()

func (*DeleteCronJobResponse) ProtoReflect

func (x *DeleteCronJobResponse) ProtoReflect() protoreflect.Message

func (*DeleteCronJobResponse) Reset

func (x *DeleteCronJobResponse) Reset()

func (*DeleteCronJobResponse) String

func (x *DeleteCronJobResponse) String() string

func (*DeleteCronJobResponse) Validate

func (m *DeleteCronJobResponse) Validate() error

Validate checks the field values on DeleteCronJobResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteCronJobResponse) ValidateAll

func (m *DeleteCronJobResponse) ValidateAll() error

ValidateAll checks the field values on DeleteCronJobResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteCronJobResponseMultiError, or nil if none found.

type DeleteCronJobResponseMultiError

type DeleteCronJobResponseMultiError []error

DeleteCronJobResponseMultiError is an error wrapping multiple validation errors returned by DeleteCronJobResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteCronJobResponseMultiError) AllErrors

func (m DeleteCronJobResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteCronJobResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteCronJobResponseValidationError

type DeleteCronJobResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteCronJobResponseValidationError is the validation error returned by DeleteCronJobResponse.Validate if the designated constraints aren't met.

func (DeleteCronJobResponseValidationError) Cause

Cause function returns cause value.

func (DeleteCronJobResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteCronJobResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteCronJobResponseValidationError) Field

Field function returns field value.

func (DeleteCronJobResponseValidationError) Key

Key function returns key value.

func (DeleteCronJobResponseValidationError) Reason

Reason function returns reason value.

type DeleteDeploymentRequest

type DeleteDeploymentRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDeploymentRequest) Descriptor deprecated

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

Deprecated: Use DeleteDeploymentRequest.ProtoReflect.Descriptor instead.

func (*DeleteDeploymentRequest) GetClientset

func (x *DeleteDeploymentRequest) GetClientset() string

func (*DeleteDeploymentRequest) GetCluster

func (x *DeleteDeploymentRequest) GetCluster() string

func (*DeleteDeploymentRequest) GetName

func (x *DeleteDeploymentRequest) GetName() string

func (*DeleteDeploymentRequest) GetNamespace

func (x *DeleteDeploymentRequest) GetNamespace() string

func (*DeleteDeploymentRequest) ProtoMessage

func (*DeleteDeploymentRequest) ProtoMessage()

func (*DeleteDeploymentRequest) ProtoReflect

func (x *DeleteDeploymentRequest) ProtoReflect() protoreflect.Message

func (*DeleteDeploymentRequest) Reset

func (x *DeleteDeploymentRequest) Reset()

func (*DeleteDeploymentRequest) String

func (x *DeleteDeploymentRequest) String() string

func (*DeleteDeploymentRequest) Validate

func (m *DeleteDeploymentRequest) Validate() error

Validate checks the field values on DeleteDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteDeploymentRequest) ValidateAll

func (m *DeleteDeploymentRequest) ValidateAll() error

ValidateAll checks the field values on DeleteDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteDeploymentRequestMultiError, or nil if none found.

type DeleteDeploymentRequestMultiError

type DeleteDeploymentRequestMultiError []error

DeleteDeploymentRequestMultiError is an error wrapping multiple validation errors returned by DeleteDeploymentRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteDeploymentRequestMultiError) AllErrors

func (m DeleteDeploymentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteDeploymentRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteDeploymentRequestValidationError

type DeleteDeploymentRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteDeploymentRequestValidationError is the validation error returned by DeleteDeploymentRequest.Validate if the designated constraints aren't met.

func (DeleteDeploymentRequestValidationError) Cause

Cause function returns cause value.

func (DeleteDeploymentRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteDeploymentRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteDeploymentRequestValidationError) Field

Field function returns field value.

func (DeleteDeploymentRequestValidationError) Key

Key function returns key value.

func (DeleteDeploymentRequestValidationError) Reason

Reason function returns reason value.

type DeleteDeploymentResponse

type DeleteDeploymentResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteDeploymentResponse) Descriptor deprecated

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

Deprecated: Use DeleteDeploymentResponse.ProtoReflect.Descriptor instead.

func (*DeleteDeploymentResponse) ProtoMessage

func (*DeleteDeploymentResponse) ProtoMessage()

func (*DeleteDeploymentResponse) ProtoReflect

func (x *DeleteDeploymentResponse) ProtoReflect() protoreflect.Message

func (*DeleteDeploymentResponse) Reset

func (x *DeleteDeploymentResponse) Reset()

func (*DeleteDeploymentResponse) String

func (x *DeleteDeploymentResponse) String() string

func (*DeleteDeploymentResponse) Validate

func (m *DeleteDeploymentResponse) Validate() error

Validate checks the field values on DeleteDeploymentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteDeploymentResponse) ValidateAll

func (m *DeleteDeploymentResponse) ValidateAll() error

ValidateAll checks the field values on DeleteDeploymentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteDeploymentResponseMultiError, or nil if none found.

type DeleteDeploymentResponseMultiError

type DeleteDeploymentResponseMultiError []error

DeleteDeploymentResponseMultiError is an error wrapping multiple validation errors returned by DeleteDeploymentResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteDeploymentResponseMultiError) AllErrors

func (m DeleteDeploymentResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteDeploymentResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteDeploymentResponseValidationError

type DeleteDeploymentResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteDeploymentResponseValidationError is the validation error returned by DeleteDeploymentResponse.Validate if the designated constraints aren't met.

func (DeleteDeploymentResponseValidationError) Cause

Cause function returns cause value.

func (DeleteDeploymentResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteDeploymentResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteDeploymentResponseValidationError) Field

Field function returns field value.

func (DeleteDeploymentResponseValidationError) Key

Key function returns key value.

func (DeleteDeploymentResponseValidationError) Reason

Reason function returns reason value.

type DeleteHPARequest

type DeleteHPARequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteHPARequest) Descriptor deprecated

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

Deprecated: Use DeleteHPARequest.ProtoReflect.Descriptor instead.

func (*DeleteHPARequest) GetClientset

func (x *DeleteHPARequest) GetClientset() string

func (*DeleteHPARequest) GetCluster

func (x *DeleteHPARequest) GetCluster() string

func (*DeleteHPARequest) GetName

func (x *DeleteHPARequest) GetName() string

func (*DeleteHPARequest) GetNamespace

func (x *DeleteHPARequest) GetNamespace() string

func (*DeleteHPARequest) ProtoMessage

func (*DeleteHPARequest) ProtoMessage()

func (*DeleteHPARequest) ProtoReflect

func (x *DeleteHPARequest) ProtoReflect() protoreflect.Message

func (*DeleteHPARequest) Reset

func (x *DeleteHPARequest) Reset()

func (*DeleteHPARequest) String

func (x *DeleteHPARequest) String() string

func (*DeleteHPARequest) Validate

func (m *DeleteHPARequest) Validate() error

Validate checks the field values on DeleteHPARequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteHPARequest) ValidateAll

func (m *DeleteHPARequest) ValidateAll() error

ValidateAll checks the field values on DeleteHPARequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteHPARequestMultiError, or nil if none found.

type DeleteHPARequestMultiError

type DeleteHPARequestMultiError []error

DeleteHPARequestMultiError is an error wrapping multiple validation errors returned by DeleteHPARequest.ValidateAll() if the designated constraints aren't met.

func (DeleteHPARequestMultiError) AllErrors

func (m DeleteHPARequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteHPARequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteHPARequestValidationError

type DeleteHPARequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteHPARequestValidationError is the validation error returned by DeleteHPARequest.Validate if the designated constraints aren't met.

func (DeleteHPARequestValidationError) Cause

Cause function returns cause value.

func (DeleteHPARequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteHPARequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteHPARequestValidationError) Field

Field function returns field value.

func (DeleteHPARequestValidationError) Key

Key function returns key value.

func (DeleteHPARequestValidationError) Reason

Reason function returns reason value.

type DeleteHPAResponse

type DeleteHPAResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteHPAResponse) Descriptor deprecated

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

Deprecated: Use DeleteHPAResponse.ProtoReflect.Descriptor instead.

func (*DeleteHPAResponse) ProtoMessage

func (*DeleteHPAResponse) ProtoMessage()

func (*DeleteHPAResponse) ProtoReflect

func (x *DeleteHPAResponse) ProtoReflect() protoreflect.Message

func (*DeleteHPAResponse) Reset

func (x *DeleteHPAResponse) Reset()

func (*DeleteHPAResponse) String

func (x *DeleteHPAResponse) String() string

func (*DeleteHPAResponse) Validate

func (m *DeleteHPAResponse) Validate() error

Validate checks the field values on DeleteHPAResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteHPAResponse) ValidateAll

func (m *DeleteHPAResponse) ValidateAll() error

ValidateAll checks the field values on DeleteHPAResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteHPAResponseMultiError, or nil if none found.

type DeleteHPAResponseMultiError

type DeleteHPAResponseMultiError []error

DeleteHPAResponseMultiError is an error wrapping multiple validation errors returned by DeleteHPAResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteHPAResponseMultiError) AllErrors

func (m DeleteHPAResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteHPAResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteHPAResponseValidationError

type DeleteHPAResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteHPAResponseValidationError is the validation error returned by DeleteHPAResponse.Validate if the designated constraints aren't met.

func (DeleteHPAResponseValidationError) Cause

Cause function returns cause value.

func (DeleteHPAResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteHPAResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteHPAResponseValidationError) Field

Field function returns field value.

func (DeleteHPAResponseValidationError) Key

Key function returns key value.

func (DeleteHPAResponseValidationError) Reason

Reason function returns reason value.

type DeleteJobRequest

type DeleteJobRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteJobRequest) Descriptor deprecated

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

Deprecated: Use DeleteJobRequest.ProtoReflect.Descriptor instead.

func (*DeleteJobRequest) GetClientset

func (x *DeleteJobRequest) GetClientset() string

func (*DeleteJobRequest) GetCluster

func (x *DeleteJobRequest) GetCluster() string

func (*DeleteJobRequest) GetName

func (x *DeleteJobRequest) GetName() string

func (*DeleteJobRequest) GetNamespace

func (x *DeleteJobRequest) GetNamespace() string

func (*DeleteJobRequest) ProtoMessage

func (*DeleteJobRequest) ProtoMessage()

func (*DeleteJobRequest) ProtoReflect

func (x *DeleteJobRequest) ProtoReflect() protoreflect.Message

func (*DeleteJobRequest) Reset

func (x *DeleteJobRequest) Reset()

func (*DeleteJobRequest) String

func (x *DeleteJobRequest) String() string

func (*DeleteJobRequest) Validate

func (m *DeleteJobRequest) Validate() error

Validate checks the field values on DeleteJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteJobRequest) ValidateAll

func (m *DeleteJobRequest) ValidateAll() error

ValidateAll checks the field values on DeleteJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteJobRequestMultiError, or nil if none found.

type DeleteJobRequestMultiError

type DeleteJobRequestMultiError []error

DeleteJobRequestMultiError is an error wrapping multiple validation errors returned by DeleteJobRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteJobRequestMultiError) AllErrors

func (m DeleteJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteJobRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteJobRequestValidationError

type DeleteJobRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteJobRequestValidationError is the validation error returned by DeleteJobRequest.Validate if the designated constraints aren't met.

func (DeleteJobRequestValidationError) Cause

Cause function returns cause value.

func (DeleteJobRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteJobRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteJobRequestValidationError) Field

Field function returns field value.

func (DeleteJobRequestValidationError) Key

Key function returns key value.

func (DeleteJobRequestValidationError) Reason

Reason function returns reason value.

type DeleteJobResponse

type DeleteJobResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteJobResponse) Descriptor deprecated

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

Deprecated: Use DeleteJobResponse.ProtoReflect.Descriptor instead.

func (*DeleteJobResponse) ProtoMessage

func (*DeleteJobResponse) ProtoMessage()

func (*DeleteJobResponse) ProtoReflect

func (x *DeleteJobResponse) ProtoReflect() protoreflect.Message

func (*DeleteJobResponse) Reset

func (x *DeleteJobResponse) Reset()

func (*DeleteJobResponse) String

func (x *DeleteJobResponse) String() string

func (*DeleteJobResponse) Validate

func (m *DeleteJobResponse) Validate() error

Validate checks the field values on DeleteJobResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteJobResponse) ValidateAll

func (m *DeleteJobResponse) ValidateAll() error

ValidateAll checks the field values on DeleteJobResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteJobResponseMultiError, or nil if none found.

type DeleteJobResponseMultiError

type DeleteJobResponseMultiError []error

DeleteJobResponseMultiError is an error wrapping multiple validation errors returned by DeleteJobResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteJobResponseMultiError) AllErrors

func (m DeleteJobResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteJobResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteJobResponseValidationError

type DeleteJobResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteJobResponseValidationError is the validation error returned by DeleteJobResponse.Validate if the designated constraints aren't met.

func (DeleteJobResponseValidationError) Cause

Cause function returns cause value.

func (DeleteJobResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteJobResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteJobResponseValidationError) Field

Field function returns field value.

func (DeleteJobResponseValidationError) Key

Key function returns key value.

func (DeleteJobResponseValidationError) Reason

Reason function returns reason value.

type DeletePodRequest

type DeletePodRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePodRequest) Descriptor deprecated

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

Deprecated: Use DeletePodRequest.ProtoReflect.Descriptor instead.

func (*DeletePodRequest) GetClientset

func (x *DeletePodRequest) GetClientset() string

func (*DeletePodRequest) GetCluster

func (x *DeletePodRequest) GetCluster() string

func (*DeletePodRequest) GetName

func (x *DeletePodRequest) GetName() string

func (*DeletePodRequest) GetNamespace

func (x *DeletePodRequest) GetNamespace() string

func (*DeletePodRequest) ProtoMessage

func (*DeletePodRequest) ProtoMessage()

func (*DeletePodRequest) ProtoReflect

func (x *DeletePodRequest) ProtoReflect() protoreflect.Message

func (*DeletePodRequest) Reset

func (x *DeletePodRequest) Reset()

func (*DeletePodRequest) String

func (x *DeletePodRequest) String() string

func (*DeletePodRequest) Validate

func (m *DeletePodRequest) Validate() error

Validate checks the field values on DeletePodRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeletePodRequest) ValidateAll

func (m *DeletePodRequest) ValidateAll() error

ValidateAll checks the field values on DeletePodRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeletePodRequestMultiError, or nil if none found.

type DeletePodRequestMultiError

type DeletePodRequestMultiError []error

DeletePodRequestMultiError is an error wrapping multiple validation errors returned by DeletePodRequest.ValidateAll() if the designated constraints aren't met.

func (DeletePodRequestMultiError) AllErrors

func (m DeletePodRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeletePodRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeletePodRequestValidationError

type DeletePodRequestValidationError struct {
	// contains filtered or unexported fields
}

DeletePodRequestValidationError is the validation error returned by DeletePodRequest.Validate if the designated constraints aren't met.

func (DeletePodRequestValidationError) Cause

Cause function returns cause value.

func (DeletePodRequestValidationError) Error

Error satisfies the builtin error interface

func (DeletePodRequestValidationError) ErrorName

ErrorName returns error name.

func (DeletePodRequestValidationError) Field

Field function returns field value.

func (DeletePodRequestValidationError) Key

Key function returns key value.

func (DeletePodRequestValidationError) Reason

Reason function returns reason value.

type DeletePodResponse

type DeletePodResponse struct {
	// contains filtered or unexported fields
}

func (*DeletePodResponse) Descriptor deprecated

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

Deprecated: Use DeletePodResponse.ProtoReflect.Descriptor instead.

func (*DeletePodResponse) ProtoMessage

func (*DeletePodResponse) ProtoMessage()

func (*DeletePodResponse) ProtoReflect

func (x *DeletePodResponse) ProtoReflect() protoreflect.Message

func (*DeletePodResponse) Reset

func (x *DeletePodResponse) Reset()

func (*DeletePodResponse) String

func (x *DeletePodResponse) String() string

func (*DeletePodResponse) Validate

func (m *DeletePodResponse) Validate() error

Validate checks the field values on DeletePodResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeletePodResponse) ValidateAll

func (m *DeletePodResponse) ValidateAll() error

ValidateAll checks the field values on DeletePodResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeletePodResponseMultiError, or nil if none found.

type DeletePodResponseMultiError

type DeletePodResponseMultiError []error

DeletePodResponseMultiError is an error wrapping multiple validation errors returned by DeletePodResponse.ValidateAll() if the designated constraints aren't met.

func (DeletePodResponseMultiError) AllErrors

func (m DeletePodResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeletePodResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeletePodResponseValidationError

type DeletePodResponseValidationError struct {
	// contains filtered or unexported fields
}

DeletePodResponseValidationError is the validation error returned by DeletePodResponse.Validate if the designated constraints aren't met.

func (DeletePodResponseValidationError) Cause

Cause function returns cause value.

func (DeletePodResponseValidationError) Error

Error satisfies the builtin error interface

func (DeletePodResponseValidationError) ErrorName

ErrorName returns error name.

func (DeletePodResponseValidationError) Field

Field function returns field value.

func (DeletePodResponseValidationError) Key

Key function returns key value.

func (DeletePodResponseValidationError) Reason

Reason function returns reason value.

type DeleteServiceRequest

type DeleteServiceRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServiceRequest) Descriptor deprecated

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

Deprecated: Use DeleteServiceRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceRequest) GetClientset

func (x *DeleteServiceRequest) GetClientset() string

func (*DeleteServiceRequest) GetCluster

func (x *DeleteServiceRequest) GetCluster() string

func (*DeleteServiceRequest) GetName

func (x *DeleteServiceRequest) GetName() string

func (*DeleteServiceRequest) GetNamespace

func (x *DeleteServiceRequest) GetNamespace() string

func (*DeleteServiceRequest) ProtoMessage

func (*DeleteServiceRequest) ProtoMessage()

func (*DeleteServiceRequest) ProtoReflect

func (x *DeleteServiceRequest) ProtoReflect() protoreflect.Message

func (*DeleteServiceRequest) Reset

func (x *DeleteServiceRequest) Reset()

func (*DeleteServiceRequest) String

func (x *DeleteServiceRequest) String() string

func (*DeleteServiceRequest) Validate

func (m *DeleteServiceRequest) Validate() error

Validate checks the field values on DeleteServiceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServiceRequest) ValidateAll

func (m *DeleteServiceRequest) ValidateAll() error

ValidateAll checks the field values on DeleteServiceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServiceRequestMultiError, or nil if none found.

type DeleteServiceRequestMultiError

type DeleteServiceRequestMultiError []error

DeleteServiceRequestMultiError is an error wrapping multiple validation errors returned by DeleteServiceRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteServiceRequestMultiError) AllErrors

func (m DeleteServiceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteServiceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteServiceRequestValidationError

type DeleteServiceRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteServiceRequestValidationError is the validation error returned by DeleteServiceRequest.Validate if the designated constraints aren't met.

func (DeleteServiceRequestValidationError) Cause

Cause function returns cause value.

func (DeleteServiceRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteServiceRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteServiceRequestValidationError) Field

Field function returns field value.

func (DeleteServiceRequestValidationError) Key

Key function returns key value.

func (DeleteServiceRequestValidationError) Reason

Reason function returns reason value.

type DeleteServiceResponse

type DeleteServiceResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteServiceResponse) Descriptor deprecated

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

Deprecated: Use DeleteServiceResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceResponse) ProtoMessage

func (*DeleteServiceResponse) ProtoMessage()

func (*DeleteServiceResponse) ProtoReflect

func (x *DeleteServiceResponse) ProtoReflect() protoreflect.Message

func (*DeleteServiceResponse) Reset

func (x *DeleteServiceResponse) Reset()

func (*DeleteServiceResponse) String

func (x *DeleteServiceResponse) String() string

func (*DeleteServiceResponse) Validate

func (m *DeleteServiceResponse) Validate() error

Validate checks the field values on DeleteServiceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServiceResponse) ValidateAll

func (m *DeleteServiceResponse) ValidateAll() error

ValidateAll checks the field values on DeleteServiceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServiceResponseMultiError, or nil if none found.

type DeleteServiceResponseMultiError

type DeleteServiceResponseMultiError []error

DeleteServiceResponseMultiError is an error wrapping multiple validation errors returned by DeleteServiceResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteServiceResponseMultiError) AllErrors

func (m DeleteServiceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteServiceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteServiceResponseValidationError

type DeleteServiceResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteServiceResponseValidationError is the validation error returned by DeleteServiceResponse.Validate if the designated constraints aren't met.

func (DeleteServiceResponseValidationError) Cause

Cause function returns cause value.

func (DeleteServiceResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteServiceResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteServiceResponseValidationError) Field

Field function returns field value.

func (DeleteServiceResponseValidationError) Key

Key function returns key value.

func (DeleteServiceResponseValidationError) Reason

Reason function returns reason value.

type DeleteStatefulSetRequest

type DeleteStatefulSetRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteStatefulSetRequest) Descriptor deprecated

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

Deprecated: Use DeleteStatefulSetRequest.ProtoReflect.Descriptor instead.

func (*DeleteStatefulSetRequest) GetClientset

func (x *DeleteStatefulSetRequest) GetClientset() string

func (*DeleteStatefulSetRequest) GetCluster

func (x *DeleteStatefulSetRequest) GetCluster() string

func (*DeleteStatefulSetRequest) GetName

func (x *DeleteStatefulSetRequest) GetName() string

func (*DeleteStatefulSetRequest) GetNamespace

func (x *DeleteStatefulSetRequest) GetNamespace() string

func (*DeleteStatefulSetRequest) ProtoMessage

func (*DeleteStatefulSetRequest) ProtoMessage()

func (*DeleteStatefulSetRequest) ProtoReflect

func (x *DeleteStatefulSetRequest) ProtoReflect() protoreflect.Message

func (*DeleteStatefulSetRequest) Reset

func (x *DeleteStatefulSetRequest) Reset()

func (*DeleteStatefulSetRequest) String

func (x *DeleteStatefulSetRequest) String() string

func (*DeleteStatefulSetRequest) Validate

func (m *DeleteStatefulSetRequest) Validate() error

Validate checks the field values on DeleteStatefulSetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteStatefulSetRequest) ValidateAll

func (m *DeleteStatefulSetRequest) ValidateAll() error

ValidateAll checks the field values on DeleteStatefulSetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteStatefulSetRequestMultiError, or nil if none found.

type DeleteStatefulSetRequestMultiError

type DeleteStatefulSetRequestMultiError []error

DeleteStatefulSetRequestMultiError is an error wrapping multiple validation errors returned by DeleteStatefulSetRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteStatefulSetRequestMultiError) AllErrors

func (m DeleteStatefulSetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteStatefulSetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteStatefulSetRequestValidationError

type DeleteStatefulSetRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteStatefulSetRequestValidationError is the validation error returned by DeleteStatefulSetRequest.Validate if the designated constraints aren't met.

func (DeleteStatefulSetRequestValidationError) Cause

Cause function returns cause value.

func (DeleteStatefulSetRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteStatefulSetRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteStatefulSetRequestValidationError) Field

Field function returns field value.

func (DeleteStatefulSetRequestValidationError) Key

Key function returns key value.

func (DeleteStatefulSetRequestValidationError) Reason

Reason function returns reason value.

type DeleteStatefulSetResponse

type DeleteStatefulSetResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteStatefulSetResponse) Descriptor deprecated

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

Deprecated: Use DeleteStatefulSetResponse.ProtoReflect.Descriptor instead.

func (*DeleteStatefulSetResponse) ProtoMessage

func (*DeleteStatefulSetResponse) ProtoMessage()

func (*DeleteStatefulSetResponse) ProtoReflect

func (*DeleteStatefulSetResponse) Reset

func (x *DeleteStatefulSetResponse) Reset()

func (*DeleteStatefulSetResponse) String

func (x *DeleteStatefulSetResponse) String() string

func (*DeleteStatefulSetResponse) Validate

func (m *DeleteStatefulSetResponse) Validate() error

Validate checks the field values on DeleteStatefulSetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteStatefulSetResponse) ValidateAll

func (m *DeleteStatefulSetResponse) ValidateAll() error

ValidateAll checks the field values on DeleteStatefulSetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteStatefulSetResponseMultiError, or nil if none found.

type DeleteStatefulSetResponseMultiError

type DeleteStatefulSetResponseMultiError []error

DeleteStatefulSetResponseMultiError is an error wrapping multiple validation errors returned by DeleteStatefulSetResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteStatefulSetResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteStatefulSetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteStatefulSetResponseValidationError

type DeleteStatefulSetResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteStatefulSetResponseValidationError is the validation error returned by DeleteStatefulSetResponse.Validate if the designated constraints aren't met.

func (DeleteStatefulSetResponseValidationError) Cause

Cause function returns cause value.

func (DeleteStatefulSetResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteStatefulSetResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteStatefulSetResponseValidationError) Field

Field function returns field value.

func (DeleteStatefulSetResponseValidationError) Key

Key function returns key value.

func (DeleteStatefulSetResponseValidationError) Reason

Reason function returns reason value.

type Deployment

type Deployment struct {
	Cluster          string                       `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace        string                       `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name             string                       `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Labels           map[string]string            `` /* 153-byte string literal not displayed */
	Annotations      map[string]string            `` /* 163-byte string literal not displayed */
	DeploymentStatus *Deployment_DeploymentStatus `protobuf:"bytes,6,opt,name=deployment_status,json=deploymentStatus,proto3" json:"deployment_status,omitempty"`
	// This is a workound since protobufjs currently has serialization
	// issues for well-known types like google.protobuf.Timestamp
	// Unix timestamp (milliseconds since Jan 01 1970)
	CreationTimeMillis int64                      `protobuf:"varint,7,opt,name=creation_time_millis,json=creationTimeMillis,proto3" json:"creation_time_millis,omitempty"`
	DeploymentSpec     *Deployment_DeploymentSpec `protobuf:"bytes,8,opt,name=deployment_spec,json=deploymentSpec,proto3" json:"deployment_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment) Descriptor deprecated

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

Deprecated: Use Deployment.ProtoReflect.Descriptor instead.

func (*Deployment) GetAnnotations

func (x *Deployment) GetAnnotations() map[string]string

func (*Deployment) GetCluster

func (x *Deployment) GetCluster() string

func (*Deployment) GetCreationTimeMillis

func (x *Deployment) GetCreationTimeMillis() int64

func (*Deployment) GetDeploymentSpec

func (x *Deployment) GetDeploymentSpec() *Deployment_DeploymentSpec

func (*Deployment) GetDeploymentStatus

func (x *Deployment) GetDeploymentStatus() *Deployment_DeploymentStatus

func (*Deployment) GetLabels

func (x *Deployment) GetLabels() map[string]string

func (*Deployment) GetName

func (x *Deployment) GetName() string

func (*Deployment) GetNamespace

func (x *Deployment) GetNamespace() string

func (*Deployment) ProtoMessage

func (*Deployment) ProtoMessage()

func (*Deployment) ProtoReflect

func (x *Deployment) ProtoReflect() protoreflect.Message

func (*Deployment) Reset

func (x *Deployment) Reset()

func (*Deployment) String

func (x *Deployment) String() string

func (*Deployment) Validate

func (m *Deployment) Validate() error

Validate checks the field values on Deployment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Deployment) ValidateAll

func (m *Deployment) ValidateAll() error

ValidateAll checks the field values on Deployment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeploymentMultiError, or nil if none found.

type DeploymentMultiError

type DeploymentMultiError []error

DeploymentMultiError is an error wrapping multiple validation errors returned by Deployment.ValidateAll() if the designated constraints aren't met.

func (DeploymentMultiError) AllErrors

func (m DeploymentMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeploymentMultiError) Error

func (m DeploymentMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DeploymentValidationError

type DeploymentValidationError struct {
	// contains filtered or unexported fields
}

DeploymentValidationError is the validation error returned by Deployment.Validate if the designated constraints aren't met.

func (DeploymentValidationError) Cause

func (e DeploymentValidationError) Cause() error

Cause function returns cause value.

func (DeploymentValidationError) Error

Error satisfies the builtin error interface

func (DeploymentValidationError) ErrorName

func (e DeploymentValidationError) ErrorName() string

ErrorName returns error name.

func (DeploymentValidationError) Field

Field function returns field value.

func (DeploymentValidationError) Key

Key function returns key value.

func (DeploymentValidationError) Reason

func (e DeploymentValidationError) Reason() string

Reason function returns reason value.

type Deployment_DeploymentSpec

type Deployment_DeploymentSpec struct {
	Template *Deployment_DeploymentSpec_PodTemplateSpec `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment_DeploymentSpec) Descriptor deprecated

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

Deprecated: Use Deployment_DeploymentSpec.ProtoReflect.Descriptor instead.

func (*Deployment_DeploymentSpec) GetTemplate

func (*Deployment_DeploymentSpec) ProtoMessage

func (*Deployment_DeploymentSpec) ProtoMessage()

func (*Deployment_DeploymentSpec) ProtoReflect

func (*Deployment_DeploymentSpec) Reset

func (x *Deployment_DeploymentSpec) Reset()

func (*Deployment_DeploymentSpec) String

func (x *Deployment_DeploymentSpec) String() string

func (*Deployment_DeploymentSpec) Validate

func (m *Deployment_DeploymentSpec) Validate() error

Validate checks the field values on Deployment_DeploymentSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Deployment_DeploymentSpec) ValidateAll

func (m *Deployment_DeploymentSpec) ValidateAll() error

ValidateAll checks the field values on Deployment_DeploymentSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Deployment_DeploymentSpecMultiError, or nil if none found.

type Deployment_DeploymentSpecMultiError

type Deployment_DeploymentSpecMultiError []error

Deployment_DeploymentSpecMultiError is an error wrapping multiple validation errors returned by Deployment_DeploymentSpec.ValidateAll() if the designated constraints aren't met.

func (Deployment_DeploymentSpecMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (Deployment_DeploymentSpecMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type Deployment_DeploymentSpecValidationError

type Deployment_DeploymentSpecValidationError struct {
	// contains filtered or unexported fields
}

Deployment_DeploymentSpecValidationError is the validation error returned by Deployment_DeploymentSpec.Validate if the designated constraints aren't met.

func (Deployment_DeploymentSpecValidationError) Cause

Cause function returns cause value.

func (Deployment_DeploymentSpecValidationError) Error

Error satisfies the builtin error interface

func (Deployment_DeploymentSpecValidationError) ErrorName

ErrorName returns error name.

func (Deployment_DeploymentSpecValidationError) Field

Field function returns field value.

func (Deployment_DeploymentSpecValidationError) Key

Key function returns key value.

func (Deployment_DeploymentSpecValidationError) Reason

Reason function returns reason value.

type Deployment_DeploymentSpec_PodTemplateSpec

type Deployment_DeploymentSpec_PodTemplateSpec struct {
	Spec *Deployment_DeploymentSpec_PodTemplateSpec_PodSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment_DeploymentSpec_PodTemplateSpec) Descriptor deprecated

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

Deprecated: Use Deployment_DeploymentSpec_PodTemplateSpec.ProtoReflect.Descriptor instead.

func (*Deployment_DeploymentSpec_PodTemplateSpec) GetSpec

func (*Deployment_DeploymentSpec_PodTemplateSpec) ProtoMessage

func (*Deployment_DeploymentSpec_PodTemplateSpec) ProtoReflect

func (*Deployment_DeploymentSpec_PodTemplateSpec) Reset

func (*Deployment_DeploymentSpec_PodTemplateSpec) String

func (*Deployment_DeploymentSpec_PodTemplateSpec) Validate

Validate checks the field values on Deployment_DeploymentSpec_PodTemplateSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Deployment_DeploymentSpec_PodTemplateSpec) ValidateAll

ValidateAll checks the field values on Deployment_DeploymentSpec_PodTemplateSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Deployment_DeploymentSpec_PodTemplateSpecMultiError, or nil if none found.

type Deployment_DeploymentSpec_PodTemplateSpecMultiError

type Deployment_DeploymentSpec_PodTemplateSpecMultiError []error

Deployment_DeploymentSpec_PodTemplateSpecMultiError is an error wrapping multiple validation errors returned by Deployment_DeploymentSpec_PodTemplateSpec.ValidateAll() if the designated constraints aren't met.

func (Deployment_DeploymentSpec_PodTemplateSpecMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (Deployment_DeploymentSpec_PodTemplateSpecMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type Deployment_DeploymentSpec_PodTemplateSpecValidationError

type Deployment_DeploymentSpec_PodTemplateSpecValidationError struct {
	// contains filtered or unexported fields
}

Deployment_DeploymentSpec_PodTemplateSpecValidationError is the validation error returned by Deployment_DeploymentSpec_PodTemplateSpec.Validate if the designated constraints aren't met.

func (Deployment_DeploymentSpec_PodTemplateSpecValidationError) Cause

Cause function returns cause value.

func (Deployment_DeploymentSpec_PodTemplateSpecValidationError) Error

Error satisfies the builtin error interface

func (Deployment_DeploymentSpec_PodTemplateSpecValidationError) ErrorName

ErrorName returns error name.

func (Deployment_DeploymentSpec_PodTemplateSpecValidationError) Field

Field function returns field value.

func (Deployment_DeploymentSpec_PodTemplateSpecValidationError) Key

Key function returns key value.

func (Deployment_DeploymentSpec_PodTemplateSpecValidationError) Reason

Reason function returns reason value.

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec struct {
	Containers []*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container `protobuf:"bytes,1,rep,name=containers,proto3" json:"containers,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec) Descriptor deprecated

Deprecated: Use Deployment_DeploymentSpec_PodTemplateSpec_PodSpec.ProtoReflect.Descriptor instead.

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec) GetContainers

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec) ProtoMessage

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec) ProtoReflect

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec) Reset

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec) String

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec) Validate

Validate checks the field values on Deployment_DeploymentSpec_PodTemplateSpec_PodSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec) ValidateAll

ValidateAll checks the field values on Deployment_DeploymentSpec_PodTemplateSpec_PodSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Deployment_DeploymentSpec_PodTemplateSpec_PodSpecMultiError, or nil if none found.

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpecMultiError

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpecMultiError []error

Deployment_DeploymentSpec_PodTemplateSpec_PodSpecMultiError is an error wrapping multiple validation errors returned by Deployment_DeploymentSpec_PodTemplateSpec_PodSpec.ValidateAll() if the designated constraints aren't met.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpecMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpecMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpecValidationError

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpecValidationError struct {
	// contains filtered or unexported fields
}

Deployment_DeploymentSpec_PodTemplateSpec_PodSpecValidationError is the validation error returned by Deployment_DeploymentSpec_PodTemplateSpec_PodSpec.Validate if the designated constraints aren't met.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpecValidationError) Cause

Cause function returns cause value.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpecValidationError) Error

Error satisfies the builtin error interface

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpecValidationError) ErrorName

ErrorName returns error name.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpecValidationError) Field

Field function returns field value.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpecValidationError) Key

Key function returns key value.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpecValidationError) Reason

Reason function returns reason value.

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container struct {
	Name           string                                                                            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Resources      *Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements `protobuf:"bytes,2,opt,name=resources,proto3" json:"resources,omitempty"`
	LivenessProbe  *Probe                                                                            `protobuf:"bytes,3,opt,name=liveness_probe,json=livenessProbe,proto3,oneof" json:"liveness_probe,omitempty"`
	ReadinessProbe *Probe                                                                            `protobuf:"bytes,4,opt,name=readiness_probe,json=readinessProbe,proto3,oneof" json:"readiness_probe,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container) Descriptor deprecated

Deprecated: Use Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container.ProtoReflect.Descriptor instead.

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container) GetLivenessProbe

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container) GetName

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container) GetReadinessProbe

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container) ProtoMessage

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container) ProtoReflect

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container) Reset

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container) String

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container) Validate

Validate checks the field values on Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container) ValidateAll

ValidateAll checks the field values on Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerMultiError, or nil if none found.

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerMultiError

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerMultiError []error

Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerMultiError is an error wrapping multiple validation errors returned by Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container.ValidateAll() if the designated constraints aren't met.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerValidationError

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerValidationError struct {
	// contains filtered or unexported fields
}

Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerValidationError is the validation error returned by Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container.Validate if the designated constraints aren't met.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerValidationError) Cause

Cause function returns cause value.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerValidationError) Error

Error satisfies the builtin error interface

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerValidationError) ErrorName

ErrorName returns error name.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerValidationError) Field

Field function returns field value.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerValidationError) Key

Key function returns key value.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_ContainerValidationError) Reason

Reason function returns reason value.

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements struct {
	Limits   map[string]string `` /* 153-byte string literal not displayed */
	Requests map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements) Descriptor deprecated

Deprecated: Use Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements.ProtoReflect.Descriptor instead.

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements) GetLimits

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements) GetRequests

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements) ProtoMessage

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements) ProtoReflect

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements) Reset

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements) String

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements) Validate

Validate checks the field values on Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements) ValidateAll

ValidateAll checks the field values on Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsMultiError, or nil if none found.

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsMultiError

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsMultiError []error

Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsMultiError is an error wrapping multiple validation errors returned by Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements.ValidateAll() if the designated constraints aren't met.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsValidationError

type Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsValidationError struct {
	// contains filtered or unexported fields
}

Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsValidationError is the validation error returned by Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirements.Validate if the designated constraints aren't met.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsValidationError) Cause

Cause function returns cause value.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsValidationError) Error

Error satisfies the builtin error interface

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsValidationError) ErrorName

ErrorName returns error name.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsValidationError) Field

Field function returns field value.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsValidationError) Key

Key function returns key value.

func (Deployment_DeploymentSpec_PodTemplateSpec_PodSpec_Container_ResourceRequirementsValidationError) Reason

Reason function returns reason value.

type Deployment_DeploymentStatus

type Deployment_DeploymentStatus struct {
	Replicas             uint32                                   `protobuf:"varint,1,opt,name=replicas,proto3" json:"replicas,omitempty"`
	UpdatedReplicas      uint32                                   `protobuf:"varint,2,opt,name=updated_replicas,json=updatedReplicas,proto3" json:"updated_replicas,omitempty"`
	ReadyReplicas        uint32                                   `protobuf:"varint,3,opt,name=ready_replicas,json=readyReplicas,proto3" json:"ready_replicas,omitempty"`
	AvailableReplicas    uint32                                   `protobuf:"varint,4,opt,name=available_replicas,json=availableReplicas,proto3" json:"available_replicas,omitempty"`
	UnavailableReplicas  uint32                                   `protobuf:"varint,5,opt,name=unavailable_replicas,json=unavailableReplicas,proto3" json:"unavailable_replicas,omitempty"`
	DeploymentConditions []*Deployment_DeploymentStatus_Condition `protobuf:"bytes,6,rep,name=deployment_conditions,json=deploymentConditions,proto3" json:"deployment_conditions,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment_DeploymentStatus) Descriptor deprecated

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

Deprecated: Use Deployment_DeploymentStatus.ProtoReflect.Descriptor instead.

func (*Deployment_DeploymentStatus) GetAvailableReplicas

func (x *Deployment_DeploymentStatus) GetAvailableReplicas() uint32

func (*Deployment_DeploymentStatus) GetDeploymentConditions

func (*Deployment_DeploymentStatus) GetReadyReplicas

func (x *Deployment_DeploymentStatus) GetReadyReplicas() uint32

func (*Deployment_DeploymentStatus) GetReplicas

func (x *Deployment_DeploymentStatus) GetReplicas() uint32

func (*Deployment_DeploymentStatus) GetUnavailableReplicas

func (x *Deployment_DeploymentStatus) GetUnavailableReplicas() uint32

func (*Deployment_DeploymentStatus) GetUpdatedReplicas

func (x *Deployment_DeploymentStatus) GetUpdatedReplicas() uint32

func (*Deployment_DeploymentStatus) ProtoMessage

func (*Deployment_DeploymentStatus) ProtoMessage()

func (*Deployment_DeploymentStatus) ProtoReflect

func (*Deployment_DeploymentStatus) Reset

func (x *Deployment_DeploymentStatus) Reset()

func (*Deployment_DeploymentStatus) String

func (x *Deployment_DeploymentStatus) String() string

func (*Deployment_DeploymentStatus) Validate

func (m *Deployment_DeploymentStatus) Validate() error

Validate checks the field values on Deployment_DeploymentStatus with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Deployment_DeploymentStatus) ValidateAll

func (m *Deployment_DeploymentStatus) ValidateAll() error

ValidateAll checks the field values on Deployment_DeploymentStatus with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Deployment_DeploymentStatusMultiError, or nil if none found.

type Deployment_DeploymentStatusMultiError

type Deployment_DeploymentStatusMultiError []error

Deployment_DeploymentStatusMultiError is an error wrapping multiple validation errors returned by Deployment_DeploymentStatus.ValidateAll() if the designated constraints aren't met.

func (Deployment_DeploymentStatusMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (Deployment_DeploymentStatusMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type Deployment_DeploymentStatusValidationError

type Deployment_DeploymentStatusValidationError struct {
	// contains filtered or unexported fields
}

Deployment_DeploymentStatusValidationError is the validation error returned by Deployment_DeploymentStatus.Validate if the designated constraints aren't met.

func (Deployment_DeploymentStatusValidationError) Cause

Cause function returns cause value.

func (Deployment_DeploymentStatusValidationError) Error

Error satisfies the builtin error interface

func (Deployment_DeploymentStatusValidationError) ErrorName

ErrorName returns error name.

func (Deployment_DeploymentStatusValidationError) Field

Field function returns field value.

func (Deployment_DeploymentStatusValidationError) Key

Key function returns key value.

func (Deployment_DeploymentStatusValidationError) Reason

Reason function returns reason value.

type Deployment_DeploymentStatus_Condition

type Deployment_DeploymentStatus_Condition struct {
	Type            Deployment_DeploymentStatus_Condition_Type            `protobuf:"varint,1,opt,name=type,proto3,enum=clutch.k8s.v1.Deployment_DeploymentStatus_Condition_Type" json:"type,omitempty"`
	ConditionStatus Deployment_DeploymentStatus_Condition_ConditionStatus `` /* 180-byte string literal not displayed */
	Reason          string                                                `protobuf:"bytes,5,opt,name=reason,proto3" json:"reason,omitempty"`
	Message         string                                                `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment_DeploymentStatus_Condition) Descriptor deprecated

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

Deprecated: Use Deployment_DeploymentStatus_Condition.ProtoReflect.Descriptor instead.

func (*Deployment_DeploymentStatus_Condition) GetConditionStatus

func (*Deployment_DeploymentStatus_Condition) GetMessage

func (*Deployment_DeploymentStatus_Condition) GetReason

func (*Deployment_DeploymentStatus_Condition) GetType

func (*Deployment_DeploymentStatus_Condition) ProtoMessage

func (*Deployment_DeploymentStatus_Condition) ProtoMessage()

func (*Deployment_DeploymentStatus_Condition) ProtoReflect

func (*Deployment_DeploymentStatus_Condition) Reset

func (*Deployment_DeploymentStatus_Condition) String

func (*Deployment_DeploymentStatus_Condition) Validate

Validate checks the field values on Deployment_DeploymentStatus_Condition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Deployment_DeploymentStatus_Condition) ValidateAll

ValidateAll checks the field values on Deployment_DeploymentStatus_Condition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Deployment_DeploymentStatus_ConditionMultiError, or nil if none found.

type Deployment_DeploymentStatus_ConditionMultiError

type Deployment_DeploymentStatus_ConditionMultiError []error

Deployment_DeploymentStatus_ConditionMultiError is an error wrapping multiple validation errors returned by Deployment_DeploymentStatus_Condition.ValidateAll() if the designated constraints aren't met.

func (Deployment_DeploymentStatus_ConditionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (Deployment_DeploymentStatus_ConditionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type Deployment_DeploymentStatus_ConditionValidationError

type Deployment_DeploymentStatus_ConditionValidationError struct {
	// contains filtered or unexported fields
}

Deployment_DeploymentStatus_ConditionValidationError is the validation error returned by Deployment_DeploymentStatus_Condition.Validate if the designated constraints aren't met.

func (Deployment_DeploymentStatus_ConditionValidationError) Cause

Cause function returns cause value.

func (Deployment_DeploymentStatus_ConditionValidationError) Error

Error satisfies the builtin error interface

func (Deployment_DeploymentStatus_ConditionValidationError) ErrorName

ErrorName returns error name.

func (Deployment_DeploymentStatus_ConditionValidationError) Field

Field function returns field value.

func (Deployment_DeploymentStatus_ConditionValidationError) Key

Key function returns key value.

func (Deployment_DeploymentStatus_ConditionValidationError) Reason

Reason function returns reason value.

type Deployment_DeploymentStatus_Condition_ConditionStatus

type Deployment_DeploymentStatus_Condition_ConditionStatus int32
const (
	Deployment_DeploymentStatus_Condition_CONDITION_UNSPECIFIED Deployment_DeploymentStatus_Condition_ConditionStatus = 0
	Deployment_DeploymentStatus_Condition_CONDITION_TRUE        Deployment_DeploymentStatus_Condition_ConditionStatus = 1
	Deployment_DeploymentStatus_Condition_CONDITION_FALSE       Deployment_DeploymentStatus_Condition_ConditionStatus = 2
	Deployment_DeploymentStatus_Condition_CONDITION_UNKNOWN     Deployment_DeploymentStatus_Condition_ConditionStatus = 3
)

func (Deployment_DeploymentStatus_Condition_ConditionStatus) Descriptor

func (Deployment_DeploymentStatus_Condition_ConditionStatus) Enum

func (Deployment_DeploymentStatus_Condition_ConditionStatus) EnumDescriptor deprecated

Deprecated: Use Deployment_DeploymentStatus_Condition_ConditionStatus.Descriptor instead.

func (Deployment_DeploymentStatus_Condition_ConditionStatus) Number

func (Deployment_DeploymentStatus_Condition_ConditionStatus) String

func (Deployment_DeploymentStatus_Condition_ConditionStatus) Type

type Deployment_DeploymentStatus_Condition_Type

type Deployment_DeploymentStatus_Condition_Type int32

This is mirroring upstream values here: https://pkg.go.dev/k8s.io/api/apps/v1#DeploymentConditionType

const (
	Deployment_DeploymentStatus_Condition_UNSPECIFIED     Deployment_DeploymentStatus_Condition_Type = 0
	Deployment_DeploymentStatus_Condition_UNKNOWN         Deployment_DeploymentStatus_Condition_Type = 1
	Deployment_DeploymentStatus_Condition_AVAILABLE       Deployment_DeploymentStatus_Condition_Type = 2
	Deployment_DeploymentStatus_Condition_PROGRESSING     Deployment_DeploymentStatus_Condition_Type = 3
	Deployment_DeploymentStatus_Condition_REPLICA_FAILURE Deployment_DeploymentStatus_Condition_Type = 4
)

func (Deployment_DeploymentStatus_Condition_Type) Descriptor

func (Deployment_DeploymentStatus_Condition_Type) Enum

func (Deployment_DeploymentStatus_Condition_Type) EnumDescriptor deprecated

func (Deployment_DeploymentStatus_Condition_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Deployment_DeploymentStatus_Condition_Type.Descriptor instead.

func (Deployment_DeploymentStatus_Condition_Type) Number

func (Deployment_DeploymentStatus_Condition_Type) String

func (Deployment_DeploymentStatus_Condition_Type) Type

type DescribeConfigMapRequest

type DescribeConfigMapRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeConfigMapRequest) Descriptor deprecated

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

Deprecated: Use DescribeConfigMapRequest.ProtoReflect.Descriptor instead.

func (*DescribeConfigMapRequest) GetClientset

func (x *DescribeConfigMapRequest) GetClientset() string

func (*DescribeConfigMapRequest) GetCluster

func (x *DescribeConfigMapRequest) GetCluster() string

func (*DescribeConfigMapRequest) GetName

func (x *DescribeConfigMapRequest) GetName() string

func (*DescribeConfigMapRequest) GetNamespace

func (x *DescribeConfigMapRequest) GetNamespace() string

func (*DescribeConfigMapRequest) ProtoMessage

func (*DescribeConfigMapRequest) ProtoMessage()

func (*DescribeConfigMapRequest) ProtoReflect

func (x *DescribeConfigMapRequest) ProtoReflect() protoreflect.Message

func (*DescribeConfigMapRequest) Reset

func (x *DescribeConfigMapRequest) Reset()

func (*DescribeConfigMapRequest) String

func (x *DescribeConfigMapRequest) String() string

func (*DescribeConfigMapRequest) Validate

func (m *DescribeConfigMapRequest) Validate() error

Validate checks the field values on DescribeConfigMapRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeConfigMapRequest) ValidateAll

func (m *DescribeConfigMapRequest) ValidateAll() error

ValidateAll checks the field values on DescribeConfigMapRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeConfigMapRequestMultiError, or nil if none found.

type DescribeConfigMapRequestMultiError

type DescribeConfigMapRequestMultiError []error

DescribeConfigMapRequestMultiError is an error wrapping multiple validation errors returned by DescribeConfigMapRequest.ValidateAll() if the designated constraints aren't met.

func (DescribeConfigMapRequestMultiError) AllErrors

func (m DescribeConfigMapRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribeConfigMapRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeConfigMapRequestValidationError

type DescribeConfigMapRequestValidationError struct {
	// contains filtered or unexported fields
}

DescribeConfigMapRequestValidationError is the validation error returned by DescribeConfigMapRequest.Validate if the designated constraints aren't met.

func (DescribeConfigMapRequestValidationError) Cause

Cause function returns cause value.

func (DescribeConfigMapRequestValidationError) Error

Error satisfies the builtin error interface

func (DescribeConfigMapRequestValidationError) ErrorName

ErrorName returns error name.

func (DescribeConfigMapRequestValidationError) Field

Field function returns field value.

func (DescribeConfigMapRequestValidationError) Key

Key function returns key value.

func (DescribeConfigMapRequestValidationError) Reason

Reason function returns reason value.

type DescribeConfigMapResponse

type DescribeConfigMapResponse struct {
	ConfigMap *ConfigMap `protobuf:"bytes,1,opt,name=config_map,json=configMap,proto3" json:"config_map,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeConfigMapResponse) Descriptor deprecated

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

Deprecated: Use DescribeConfigMapResponse.ProtoReflect.Descriptor instead.

func (*DescribeConfigMapResponse) GetConfigMap

func (x *DescribeConfigMapResponse) GetConfigMap() *ConfigMap

func (*DescribeConfigMapResponse) ProtoMessage

func (*DescribeConfigMapResponse) ProtoMessage()

func (*DescribeConfigMapResponse) ProtoReflect

func (*DescribeConfigMapResponse) Reset

func (x *DescribeConfigMapResponse) Reset()

func (*DescribeConfigMapResponse) String

func (x *DescribeConfigMapResponse) String() string

func (*DescribeConfigMapResponse) Validate

func (m *DescribeConfigMapResponse) Validate() error

Validate checks the field values on DescribeConfigMapResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeConfigMapResponse) ValidateAll

func (m *DescribeConfigMapResponse) ValidateAll() error

ValidateAll checks the field values on DescribeConfigMapResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeConfigMapResponseMultiError, or nil if none found.

type DescribeConfigMapResponseMultiError

type DescribeConfigMapResponseMultiError []error

DescribeConfigMapResponseMultiError is an error wrapping multiple validation errors returned by DescribeConfigMapResponse.ValidateAll() if the designated constraints aren't met.

func (DescribeConfigMapResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DescribeConfigMapResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeConfigMapResponseValidationError

type DescribeConfigMapResponseValidationError struct {
	// contains filtered or unexported fields
}

DescribeConfigMapResponseValidationError is the validation error returned by DescribeConfigMapResponse.Validate if the designated constraints aren't met.

func (DescribeConfigMapResponseValidationError) Cause

Cause function returns cause value.

func (DescribeConfigMapResponseValidationError) Error

Error satisfies the builtin error interface

func (DescribeConfigMapResponseValidationError) ErrorName

ErrorName returns error name.

func (DescribeConfigMapResponseValidationError) Field

Field function returns field value.

func (DescribeConfigMapResponseValidationError) Key

Key function returns key value.

func (DescribeConfigMapResponseValidationError) Reason

Reason function returns reason value.

type DescribeCronJobRequest

type DescribeCronJobRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeCronJobRequest) Descriptor deprecated

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

Deprecated: Use DescribeCronJobRequest.ProtoReflect.Descriptor instead.

func (*DescribeCronJobRequest) GetClientset

func (x *DescribeCronJobRequest) GetClientset() string

func (*DescribeCronJobRequest) GetCluster

func (x *DescribeCronJobRequest) GetCluster() string

func (*DescribeCronJobRequest) GetName

func (x *DescribeCronJobRequest) GetName() string

func (*DescribeCronJobRequest) GetNamespace

func (x *DescribeCronJobRequest) GetNamespace() string

func (*DescribeCronJobRequest) ProtoMessage

func (*DescribeCronJobRequest) ProtoMessage()

func (*DescribeCronJobRequest) ProtoReflect

func (x *DescribeCronJobRequest) ProtoReflect() protoreflect.Message

func (*DescribeCronJobRequest) Reset

func (x *DescribeCronJobRequest) Reset()

func (*DescribeCronJobRequest) String

func (x *DescribeCronJobRequest) String() string

func (*DescribeCronJobRequest) Validate

func (m *DescribeCronJobRequest) Validate() error

Validate checks the field values on DescribeCronJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeCronJobRequest) ValidateAll

func (m *DescribeCronJobRequest) ValidateAll() error

ValidateAll checks the field values on DescribeCronJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeCronJobRequestMultiError, or nil if none found.

type DescribeCronJobRequestMultiError

type DescribeCronJobRequestMultiError []error

DescribeCronJobRequestMultiError is an error wrapping multiple validation errors returned by DescribeCronJobRequest.ValidateAll() if the designated constraints aren't met.

func (DescribeCronJobRequestMultiError) AllErrors

func (m DescribeCronJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribeCronJobRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeCronJobRequestValidationError

type DescribeCronJobRequestValidationError struct {
	// contains filtered or unexported fields
}

DescribeCronJobRequestValidationError is the validation error returned by DescribeCronJobRequest.Validate if the designated constraints aren't met.

func (DescribeCronJobRequestValidationError) Cause

Cause function returns cause value.

func (DescribeCronJobRequestValidationError) Error

Error satisfies the builtin error interface

func (DescribeCronJobRequestValidationError) ErrorName

ErrorName returns error name.

func (DescribeCronJobRequestValidationError) Field

Field function returns field value.

func (DescribeCronJobRequestValidationError) Key

Key function returns key value.

func (DescribeCronJobRequestValidationError) Reason

Reason function returns reason value.

type DescribeCronJobResponse

type DescribeCronJobResponse struct {
	Cronjob *CronJob `protobuf:"bytes,1,opt,name=cronjob,proto3" json:"cronjob,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeCronJobResponse) Descriptor deprecated

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

Deprecated: Use DescribeCronJobResponse.ProtoReflect.Descriptor instead.

func (*DescribeCronJobResponse) GetCronjob

func (x *DescribeCronJobResponse) GetCronjob() *CronJob

func (*DescribeCronJobResponse) ProtoMessage

func (*DescribeCronJobResponse) ProtoMessage()

func (*DescribeCronJobResponse) ProtoReflect

func (x *DescribeCronJobResponse) ProtoReflect() protoreflect.Message

func (*DescribeCronJobResponse) Reset

func (x *DescribeCronJobResponse) Reset()

func (*DescribeCronJobResponse) String

func (x *DescribeCronJobResponse) String() string

func (*DescribeCronJobResponse) Validate

func (m *DescribeCronJobResponse) Validate() error

Validate checks the field values on DescribeCronJobResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeCronJobResponse) ValidateAll

func (m *DescribeCronJobResponse) ValidateAll() error

ValidateAll checks the field values on DescribeCronJobResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeCronJobResponseMultiError, or nil if none found.

type DescribeCronJobResponseMultiError

type DescribeCronJobResponseMultiError []error

DescribeCronJobResponseMultiError is an error wrapping multiple validation errors returned by DescribeCronJobResponse.ValidateAll() if the designated constraints aren't met.

func (DescribeCronJobResponseMultiError) AllErrors

func (m DescribeCronJobResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribeCronJobResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeCronJobResponseValidationError

type DescribeCronJobResponseValidationError struct {
	// contains filtered or unexported fields
}

DescribeCronJobResponseValidationError is the validation error returned by DescribeCronJobResponse.Validate if the designated constraints aren't met.

func (DescribeCronJobResponseValidationError) Cause

Cause function returns cause value.

func (DescribeCronJobResponseValidationError) Error

Error satisfies the builtin error interface

func (DescribeCronJobResponseValidationError) ErrorName

ErrorName returns error name.

func (DescribeCronJobResponseValidationError) Field

Field function returns field value.

func (DescribeCronJobResponseValidationError) Key

Key function returns key value.

func (DescribeCronJobResponseValidationError) Reason

Reason function returns reason value.

type DescribeDeploymentRequest

type DescribeDeploymentRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeDeploymentRequest) Descriptor deprecated

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

Deprecated: Use DescribeDeploymentRequest.ProtoReflect.Descriptor instead.

func (*DescribeDeploymentRequest) GetClientset

func (x *DescribeDeploymentRequest) GetClientset() string

func (*DescribeDeploymentRequest) GetCluster

func (x *DescribeDeploymentRequest) GetCluster() string

func (*DescribeDeploymentRequest) GetName

func (x *DescribeDeploymentRequest) GetName() string

func (*DescribeDeploymentRequest) GetNamespace

func (x *DescribeDeploymentRequest) GetNamespace() string

func (*DescribeDeploymentRequest) ProtoMessage

func (*DescribeDeploymentRequest) ProtoMessage()

func (*DescribeDeploymentRequest) ProtoReflect

func (*DescribeDeploymentRequest) Reset

func (x *DescribeDeploymentRequest) Reset()

func (*DescribeDeploymentRequest) String

func (x *DescribeDeploymentRequest) String() string

func (*DescribeDeploymentRequest) Validate

func (m *DescribeDeploymentRequest) Validate() error

Validate checks the field values on DescribeDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeDeploymentRequest) ValidateAll

func (m *DescribeDeploymentRequest) ValidateAll() error

ValidateAll checks the field values on DescribeDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeDeploymentRequestMultiError, or nil if none found.

type DescribeDeploymentRequestMultiError

type DescribeDeploymentRequestMultiError []error

DescribeDeploymentRequestMultiError is an error wrapping multiple validation errors returned by DescribeDeploymentRequest.ValidateAll() if the designated constraints aren't met.

func (DescribeDeploymentRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DescribeDeploymentRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeDeploymentRequestValidationError

type DescribeDeploymentRequestValidationError struct {
	// contains filtered or unexported fields
}

DescribeDeploymentRequestValidationError is the validation error returned by DescribeDeploymentRequest.Validate if the designated constraints aren't met.

func (DescribeDeploymentRequestValidationError) Cause

Cause function returns cause value.

func (DescribeDeploymentRequestValidationError) Error

Error satisfies the builtin error interface

func (DescribeDeploymentRequestValidationError) ErrorName

ErrorName returns error name.

func (DescribeDeploymentRequestValidationError) Field

Field function returns field value.

func (DescribeDeploymentRequestValidationError) Key

Key function returns key value.

func (DescribeDeploymentRequestValidationError) Reason

Reason function returns reason value.

type DescribeDeploymentResponse

type DescribeDeploymentResponse struct {
	Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeDeploymentResponse) Descriptor deprecated

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

Deprecated: Use DescribeDeploymentResponse.ProtoReflect.Descriptor instead.

func (*DescribeDeploymentResponse) GetDeployment

func (x *DescribeDeploymentResponse) GetDeployment() *Deployment

func (*DescribeDeploymentResponse) ProtoMessage

func (*DescribeDeploymentResponse) ProtoMessage()

func (*DescribeDeploymentResponse) ProtoReflect

func (*DescribeDeploymentResponse) Reset

func (x *DescribeDeploymentResponse) Reset()

func (*DescribeDeploymentResponse) String

func (x *DescribeDeploymentResponse) String() string

func (*DescribeDeploymentResponse) Validate

func (m *DescribeDeploymentResponse) Validate() error

Validate checks the field values on DescribeDeploymentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeDeploymentResponse) ValidateAll

func (m *DescribeDeploymentResponse) ValidateAll() error

ValidateAll checks the field values on DescribeDeploymentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeDeploymentResponseMultiError, or nil if none found.

type DescribeDeploymentResponseMultiError

type DescribeDeploymentResponseMultiError []error

DescribeDeploymentResponseMultiError is an error wrapping multiple validation errors returned by DescribeDeploymentResponse.ValidateAll() if the designated constraints aren't met.

func (DescribeDeploymentResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DescribeDeploymentResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeDeploymentResponseValidationError

type DescribeDeploymentResponseValidationError struct {
	// contains filtered or unexported fields
}

DescribeDeploymentResponseValidationError is the validation error returned by DescribeDeploymentResponse.Validate if the designated constraints aren't met.

func (DescribeDeploymentResponseValidationError) Cause

Cause function returns cause value.

func (DescribeDeploymentResponseValidationError) Error

Error satisfies the builtin error interface

func (DescribeDeploymentResponseValidationError) ErrorName

ErrorName returns error name.

func (DescribeDeploymentResponseValidationError) Field

Field function returns field value.

func (DescribeDeploymentResponseValidationError) Key

Key function returns key value.

func (DescribeDeploymentResponseValidationError) Reason

Reason function returns reason value.

type DescribeJobRequest

type DescribeJobRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeJobRequest) Descriptor deprecated

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

Deprecated: Use DescribeJobRequest.ProtoReflect.Descriptor instead.

func (*DescribeJobRequest) GetClientset

func (x *DescribeJobRequest) GetClientset() string

func (*DescribeJobRequest) GetCluster

func (x *DescribeJobRequest) GetCluster() string

func (*DescribeJobRequest) GetName

func (x *DescribeJobRequest) GetName() string

func (*DescribeJobRequest) GetNamespace

func (x *DescribeJobRequest) GetNamespace() string

func (*DescribeJobRequest) ProtoMessage

func (*DescribeJobRequest) ProtoMessage()

func (*DescribeJobRequest) ProtoReflect

func (x *DescribeJobRequest) ProtoReflect() protoreflect.Message

func (*DescribeJobRequest) Reset

func (x *DescribeJobRequest) Reset()

func (*DescribeJobRequest) String

func (x *DescribeJobRequest) String() string

func (*DescribeJobRequest) Validate

func (m *DescribeJobRequest) Validate() error

Validate checks the field values on DescribeJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeJobRequest) ValidateAll

func (m *DescribeJobRequest) ValidateAll() error

ValidateAll checks the field values on DescribeJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeJobRequestMultiError, or nil if none found.

type DescribeJobRequestMultiError

type DescribeJobRequestMultiError []error

DescribeJobRequestMultiError is an error wrapping multiple validation errors returned by DescribeJobRequest.ValidateAll() if the designated constraints aren't met.

func (DescribeJobRequestMultiError) AllErrors

func (m DescribeJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribeJobRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeJobRequestValidationError

type DescribeJobRequestValidationError struct {
	// contains filtered or unexported fields
}

DescribeJobRequestValidationError is the validation error returned by DescribeJobRequest.Validate if the designated constraints aren't met.

func (DescribeJobRequestValidationError) Cause

Cause function returns cause value.

func (DescribeJobRequestValidationError) Error

Error satisfies the builtin error interface

func (DescribeJobRequestValidationError) ErrorName

ErrorName returns error name.

func (DescribeJobRequestValidationError) Field

Field function returns field value.

func (DescribeJobRequestValidationError) Key

Key function returns key value.

func (DescribeJobRequestValidationError) Reason

Reason function returns reason value.

type DescribeJobResponse

type DescribeJobResponse struct {
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeJobResponse) Descriptor deprecated

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

Deprecated: Use DescribeJobResponse.ProtoReflect.Descriptor instead.

func (*DescribeJobResponse) GetJob

func (x *DescribeJobResponse) GetJob() *Job

func (*DescribeJobResponse) ProtoMessage

func (*DescribeJobResponse) ProtoMessage()

func (*DescribeJobResponse) ProtoReflect

func (x *DescribeJobResponse) ProtoReflect() protoreflect.Message

func (*DescribeJobResponse) Reset

func (x *DescribeJobResponse) Reset()

func (*DescribeJobResponse) String

func (x *DescribeJobResponse) String() string

func (*DescribeJobResponse) Validate

func (m *DescribeJobResponse) Validate() error

Validate checks the field values on DescribeJobResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeJobResponse) ValidateAll

func (m *DescribeJobResponse) ValidateAll() error

ValidateAll checks the field values on DescribeJobResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeJobResponseMultiError, or nil if none found.

type DescribeJobResponseMultiError

type DescribeJobResponseMultiError []error

DescribeJobResponseMultiError is an error wrapping multiple validation errors returned by DescribeJobResponse.ValidateAll() if the designated constraints aren't met.

func (DescribeJobResponseMultiError) AllErrors

func (m DescribeJobResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribeJobResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeJobResponseValidationError

type DescribeJobResponseValidationError struct {
	// contains filtered or unexported fields
}

DescribeJobResponseValidationError is the validation error returned by DescribeJobResponse.Validate if the designated constraints aren't met.

func (DescribeJobResponseValidationError) Cause

Cause function returns cause value.

func (DescribeJobResponseValidationError) Error

Error satisfies the builtin error interface

func (DescribeJobResponseValidationError) ErrorName

ErrorName returns error name.

func (DescribeJobResponseValidationError) Field

Field function returns field value.

func (DescribeJobResponseValidationError) Key

Key function returns key value.

func (DescribeJobResponseValidationError) Reason

Reason function returns reason value.

type DescribeNamespaceRequest

type DescribeNamespaceRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeNamespaceRequest) Descriptor deprecated

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

Deprecated: Use DescribeNamespaceRequest.ProtoReflect.Descriptor instead.

func (*DescribeNamespaceRequest) GetClientset

func (x *DescribeNamespaceRequest) GetClientset() string

func (*DescribeNamespaceRequest) GetCluster

func (x *DescribeNamespaceRequest) GetCluster() string

func (*DescribeNamespaceRequest) GetName

func (x *DescribeNamespaceRequest) GetName() string

func (*DescribeNamespaceRequest) ProtoMessage

func (*DescribeNamespaceRequest) ProtoMessage()

func (*DescribeNamespaceRequest) ProtoReflect

func (x *DescribeNamespaceRequest) ProtoReflect() protoreflect.Message

func (*DescribeNamespaceRequest) Reset

func (x *DescribeNamespaceRequest) Reset()

func (*DescribeNamespaceRequest) String

func (x *DescribeNamespaceRequest) String() string

func (*DescribeNamespaceRequest) Validate

func (m *DescribeNamespaceRequest) Validate() error

Validate checks the field values on DescribeNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeNamespaceRequest) ValidateAll

func (m *DescribeNamespaceRequest) ValidateAll() error

ValidateAll checks the field values on DescribeNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeNamespaceRequestMultiError, or nil if none found.

type DescribeNamespaceRequestMultiError

type DescribeNamespaceRequestMultiError []error

DescribeNamespaceRequestMultiError is an error wrapping multiple validation errors returned by DescribeNamespaceRequest.ValidateAll() if the designated constraints aren't met.

func (DescribeNamespaceRequestMultiError) AllErrors

func (m DescribeNamespaceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribeNamespaceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeNamespaceRequestValidationError

type DescribeNamespaceRequestValidationError struct {
	// contains filtered or unexported fields
}

DescribeNamespaceRequestValidationError is the validation error returned by DescribeNamespaceRequest.Validate if the designated constraints aren't met.

func (DescribeNamespaceRequestValidationError) Cause

Cause function returns cause value.

func (DescribeNamespaceRequestValidationError) Error

Error satisfies the builtin error interface

func (DescribeNamespaceRequestValidationError) ErrorName

ErrorName returns error name.

func (DescribeNamespaceRequestValidationError) Field

Field function returns field value.

func (DescribeNamespaceRequestValidationError) Key

Key function returns key value.

func (DescribeNamespaceRequestValidationError) Reason

Reason function returns reason value.

type DescribeNamespaceResponse

type DescribeNamespaceResponse struct {
	Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeNamespaceResponse) Descriptor deprecated

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

Deprecated: Use DescribeNamespaceResponse.ProtoReflect.Descriptor instead.

func (*DescribeNamespaceResponse) GetNamespace

func (x *DescribeNamespaceResponse) GetNamespace() *Namespace

func (*DescribeNamespaceResponse) ProtoMessage

func (*DescribeNamespaceResponse) ProtoMessage()

func (*DescribeNamespaceResponse) ProtoReflect

func (*DescribeNamespaceResponse) Reset

func (x *DescribeNamespaceResponse) Reset()

func (*DescribeNamespaceResponse) String

func (x *DescribeNamespaceResponse) String() string

func (*DescribeNamespaceResponse) Validate

func (m *DescribeNamespaceResponse) Validate() error

Validate checks the field values on DescribeNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeNamespaceResponse) ValidateAll

func (m *DescribeNamespaceResponse) ValidateAll() error

ValidateAll checks the field values on DescribeNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeNamespaceResponseMultiError, or nil if none found.

type DescribeNamespaceResponseMultiError

type DescribeNamespaceResponseMultiError []error

DescribeNamespaceResponseMultiError is an error wrapping multiple validation errors returned by DescribeNamespaceResponse.ValidateAll() if the designated constraints aren't met.

func (DescribeNamespaceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DescribeNamespaceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeNamespaceResponseValidationError

type DescribeNamespaceResponseValidationError struct {
	// contains filtered or unexported fields
}

DescribeNamespaceResponseValidationError is the validation error returned by DescribeNamespaceResponse.Validate if the designated constraints aren't met.

func (DescribeNamespaceResponseValidationError) Cause

Cause function returns cause value.

func (DescribeNamespaceResponseValidationError) Error

Error satisfies the builtin error interface

func (DescribeNamespaceResponseValidationError) ErrorName

ErrorName returns error name.

func (DescribeNamespaceResponseValidationError) Field

Field function returns field value.

func (DescribeNamespaceResponseValidationError) Key

Key function returns key value.

func (DescribeNamespaceResponseValidationError) Reason

Reason function returns reason value.

type DescribeNodeRequest

type DescribeNodeRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeNodeRequest) Descriptor deprecated

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

Deprecated: Use DescribeNodeRequest.ProtoReflect.Descriptor instead.

func (*DescribeNodeRequest) GetClientset

func (x *DescribeNodeRequest) GetClientset() string

func (*DescribeNodeRequest) GetCluster

func (x *DescribeNodeRequest) GetCluster() string

func (*DescribeNodeRequest) GetName

func (x *DescribeNodeRequest) GetName() string

func (*DescribeNodeRequest) ProtoMessage

func (*DescribeNodeRequest) ProtoMessage()

func (*DescribeNodeRequest) ProtoReflect

func (x *DescribeNodeRequest) ProtoReflect() protoreflect.Message

func (*DescribeNodeRequest) Reset

func (x *DescribeNodeRequest) Reset()

func (*DescribeNodeRequest) String

func (x *DescribeNodeRequest) String() string

func (*DescribeNodeRequest) Validate

func (m *DescribeNodeRequest) Validate() error

Validate checks the field values on DescribeNodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeNodeRequest) ValidateAll

func (m *DescribeNodeRequest) ValidateAll() error

ValidateAll checks the field values on DescribeNodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeNodeRequestMultiError, or nil if none found.

type DescribeNodeRequestMultiError

type DescribeNodeRequestMultiError []error

DescribeNodeRequestMultiError is an error wrapping multiple validation errors returned by DescribeNodeRequest.ValidateAll() if the designated constraints aren't met.

func (DescribeNodeRequestMultiError) AllErrors

func (m DescribeNodeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribeNodeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeNodeRequestValidationError

type DescribeNodeRequestValidationError struct {
	// contains filtered or unexported fields
}

DescribeNodeRequestValidationError is the validation error returned by DescribeNodeRequest.Validate if the designated constraints aren't met.

func (DescribeNodeRequestValidationError) Cause

Cause function returns cause value.

func (DescribeNodeRequestValidationError) Error

Error satisfies the builtin error interface

func (DescribeNodeRequestValidationError) ErrorName

ErrorName returns error name.

func (DescribeNodeRequestValidationError) Field

Field function returns field value.

func (DescribeNodeRequestValidationError) Key

Key function returns key value.

func (DescribeNodeRequestValidationError) Reason

Reason function returns reason value.

type DescribeNodeResponse

type DescribeNodeResponse struct {
	Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeNodeResponse) Descriptor deprecated

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

Deprecated: Use DescribeNodeResponse.ProtoReflect.Descriptor instead.

func (*DescribeNodeResponse) GetNode

func (x *DescribeNodeResponse) GetNode() *Node

func (*DescribeNodeResponse) ProtoMessage

func (*DescribeNodeResponse) ProtoMessage()

func (*DescribeNodeResponse) ProtoReflect

func (x *DescribeNodeResponse) ProtoReflect() protoreflect.Message

func (*DescribeNodeResponse) Reset

func (x *DescribeNodeResponse) Reset()

func (*DescribeNodeResponse) String

func (x *DescribeNodeResponse) String() string

func (*DescribeNodeResponse) Validate

func (m *DescribeNodeResponse) Validate() error

Validate checks the field values on DescribeNodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeNodeResponse) ValidateAll

func (m *DescribeNodeResponse) ValidateAll() error

ValidateAll checks the field values on DescribeNodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeNodeResponseMultiError, or nil if none found.

type DescribeNodeResponseMultiError

type DescribeNodeResponseMultiError []error

DescribeNodeResponseMultiError is an error wrapping multiple validation errors returned by DescribeNodeResponse.ValidateAll() if the designated constraints aren't met.

func (DescribeNodeResponseMultiError) AllErrors

func (m DescribeNodeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribeNodeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeNodeResponseValidationError

type DescribeNodeResponseValidationError struct {
	// contains filtered or unexported fields
}

DescribeNodeResponseValidationError is the validation error returned by DescribeNodeResponse.Validate if the designated constraints aren't met.

func (DescribeNodeResponseValidationError) Cause

Cause function returns cause value.

func (DescribeNodeResponseValidationError) Error

Error satisfies the builtin error interface

func (DescribeNodeResponseValidationError) ErrorName

ErrorName returns error name.

func (DescribeNodeResponseValidationError) Field

Field function returns field value.

func (DescribeNodeResponseValidationError) Key

Key function returns key value.

func (DescribeNodeResponseValidationError) Reason

Reason function returns reason value.

type DescribePodRequest

type DescribePodRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribePodRequest) Descriptor deprecated

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

Deprecated: Use DescribePodRequest.ProtoReflect.Descriptor instead.

func (*DescribePodRequest) GetClientset

func (x *DescribePodRequest) GetClientset() string

func (*DescribePodRequest) GetCluster

func (x *DescribePodRequest) GetCluster() string

func (*DescribePodRequest) GetName

func (x *DescribePodRequest) GetName() string

func (*DescribePodRequest) GetNamespace

func (x *DescribePodRequest) GetNamespace() string

func (*DescribePodRequest) ProtoMessage

func (*DescribePodRequest) ProtoMessage()

func (*DescribePodRequest) ProtoReflect

func (x *DescribePodRequest) ProtoReflect() protoreflect.Message

func (*DescribePodRequest) Reset

func (x *DescribePodRequest) Reset()

func (*DescribePodRequest) String

func (x *DescribePodRequest) String() string

func (*DescribePodRequest) Validate

func (m *DescribePodRequest) Validate() error

Validate checks the field values on DescribePodRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribePodRequest) ValidateAll

func (m *DescribePodRequest) ValidateAll() error

ValidateAll checks the field values on DescribePodRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribePodRequestMultiError, or nil if none found.

type DescribePodRequestMultiError

type DescribePodRequestMultiError []error

DescribePodRequestMultiError is an error wrapping multiple validation errors returned by DescribePodRequest.ValidateAll() if the designated constraints aren't met.

func (DescribePodRequestMultiError) AllErrors

func (m DescribePodRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribePodRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribePodRequestValidationError

type DescribePodRequestValidationError struct {
	// contains filtered or unexported fields
}

DescribePodRequestValidationError is the validation error returned by DescribePodRequest.Validate if the designated constraints aren't met.

func (DescribePodRequestValidationError) Cause

Cause function returns cause value.

func (DescribePodRequestValidationError) Error

Error satisfies the builtin error interface

func (DescribePodRequestValidationError) ErrorName

ErrorName returns error name.

func (DescribePodRequestValidationError) Field

Field function returns field value.

func (DescribePodRequestValidationError) Key

Key function returns key value.

func (DescribePodRequestValidationError) Reason

Reason function returns reason value.

type DescribePodResponse

type DescribePodResponse struct {
	Pod *Pod `protobuf:"bytes,1,opt,name=pod,proto3" json:"pod,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribePodResponse) Descriptor deprecated

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

Deprecated: Use DescribePodResponse.ProtoReflect.Descriptor instead.

func (*DescribePodResponse) GetPod

func (x *DescribePodResponse) GetPod() *Pod

func (*DescribePodResponse) ProtoMessage

func (*DescribePodResponse) ProtoMessage()

func (*DescribePodResponse) ProtoReflect

func (x *DescribePodResponse) ProtoReflect() protoreflect.Message

func (*DescribePodResponse) Reset

func (x *DescribePodResponse) Reset()

func (*DescribePodResponse) String

func (x *DescribePodResponse) String() string

func (*DescribePodResponse) Validate

func (m *DescribePodResponse) Validate() error

Validate checks the field values on DescribePodResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribePodResponse) ValidateAll

func (m *DescribePodResponse) ValidateAll() error

ValidateAll checks the field values on DescribePodResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribePodResponseMultiError, or nil if none found.

type DescribePodResponseMultiError

type DescribePodResponseMultiError []error

DescribePodResponseMultiError is an error wrapping multiple validation errors returned by DescribePodResponse.ValidateAll() if the designated constraints aren't met.

func (DescribePodResponseMultiError) AllErrors

func (m DescribePodResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribePodResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribePodResponseValidationError

type DescribePodResponseValidationError struct {
	// contains filtered or unexported fields
}

DescribePodResponseValidationError is the validation error returned by DescribePodResponse.Validate if the designated constraints aren't met.

func (DescribePodResponseValidationError) Cause

Cause function returns cause value.

func (DescribePodResponseValidationError) Error

Error satisfies the builtin error interface

func (DescribePodResponseValidationError) ErrorName

ErrorName returns error name.

func (DescribePodResponseValidationError) Field

Field function returns field value.

func (DescribePodResponseValidationError) Key

Key function returns key value.

func (DescribePodResponseValidationError) Reason

Reason function returns reason value.

type DescribeServiceRequest

type DescribeServiceRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeServiceRequest) Descriptor deprecated

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

Deprecated: Use DescribeServiceRequest.ProtoReflect.Descriptor instead.

func (*DescribeServiceRequest) GetClientset

func (x *DescribeServiceRequest) GetClientset() string

func (*DescribeServiceRequest) GetCluster

func (x *DescribeServiceRequest) GetCluster() string

func (*DescribeServiceRequest) GetName

func (x *DescribeServiceRequest) GetName() string

func (*DescribeServiceRequest) GetNamespace

func (x *DescribeServiceRequest) GetNamespace() string

func (*DescribeServiceRequest) ProtoMessage

func (*DescribeServiceRequest) ProtoMessage()

func (*DescribeServiceRequest) ProtoReflect

func (x *DescribeServiceRequest) ProtoReflect() protoreflect.Message

func (*DescribeServiceRequest) Reset

func (x *DescribeServiceRequest) Reset()

func (*DescribeServiceRequest) String

func (x *DescribeServiceRequest) String() string

func (*DescribeServiceRequest) Validate

func (m *DescribeServiceRequest) Validate() error

Validate checks the field values on DescribeServiceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeServiceRequest) ValidateAll

func (m *DescribeServiceRequest) ValidateAll() error

ValidateAll checks the field values on DescribeServiceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeServiceRequestMultiError, or nil if none found.

type DescribeServiceRequestMultiError

type DescribeServiceRequestMultiError []error

DescribeServiceRequestMultiError is an error wrapping multiple validation errors returned by DescribeServiceRequest.ValidateAll() if the designated constraints aren't met.

func (DescribeServiceRequestMultiError) AllErrors

func (m DescribeServiceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribeServiceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeServiceRequestValidationError

type DescribeServiceRequestValidationError struct {
	// contains filtered or unexported fields
}

DescribeServiceRequestValidationError is the validation error returned by DescribeServiceRequest.Validate if the designated constraints aren't met.

func (DescribeServiceRequestValidationError) Cause

Cause function returns cause value.

func (DescribeServiceRequestValidationError) Error

Error satisfies the builtin error interface

func (DescribeServiceRequestValidationError) ErrorName

ErrorName returns error name.

func (DescribeServiceRequestValidationError) Field

Field function returns field value.

func (DescribeServiceRequestValidationError) Key

Key function returns key value.

func (DescribeServiceRequestValidationError) Reason

Reason function returns reason value.

type DescribeServiceResponse

type DescribeServiceResponse struct {
	Service *Service `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeServiceResponse) Descriptor deprecated

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

Deprecated: Use DescribeServiceResponse.ProtoReflect.Descriptor instead.

func (*DescribeServiceResponse) GetService

func (x *DescribeServiceResponse) GetService() *Service

func (*DescribeServiceResponse) ProtoMessage

func (*DescribeServiceResponse) ProtoMessage()

func (*DescribeServiceResponse) ProtoReflect

func (x *DescribeServiceResponse) ProtoReflect() protoreflect.Message

func (*DescribeServiceResponse) Reset

func (x *DescribeServiceResponse) Reset()

func (*DescribeServiceResponse) String

func (x *DescribeServiceResponse) String() string

func (*DescribeServiceResponse) Validate

func (m *DescribeServiceResponse) Validate() error

Validate checks the field values on DescribeServiceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeServiceResponse) ValidateAll

func (m *DescribeServiceResponse) ValidateAll() error

ValidateAll checks the field values on DescribeServiceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeServiceResponseMultiError, or nil if none found.

type DescribeServiceResponseMultiError

type DescribeServiceResponseMultiError []error

DescribeServiceResponseMultiError is an error wrapping multiple validation errors returned by DescribeServiceResponse.ValidateAll() if the designated constraints aren't met.

func (DescribeServiceResponseMultiError) AllErrors

func (m DescribeServiceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DescribeServiceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeServiceResponseValidationError

type DescribeServiceResponseValidationError struct {
	// contains filtered or unexported fields
}

DescribeServiceResponseValidationError is the validation error returned by DescribeServiceResponse.Validate if the designated constraints aren't met.

func (DescribeServiceResponseValidationError) Cause

Cause function returns cause value.

func (DescribeServiceResponseValidationError) Error

Error satisfies the builtin error interface

func (DescribeServiceResponseValidationError) ErrorName

ErrorName returns error name.

func (DescribeServiceResponseValidationError) Field

Field function returns field value.

func (DescribeServiceResponseValidationError) Key

Key function returns key value.

func (DescribeServiceResponseValidationError) Reason

Reason function returns reason value.

type DescribeStatefulSetRequest

type DescribeStatefulSetRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeStatefulSetRequest) Descriptor deprecated

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

Deprecated: Use DescribeStatefulSetRequest.ProtoReflect.Descriptor instead.

func (*DescribeStatefulSetRequest) GetClientset

func (x *DescribeStatefulSetRequest) GetClientset() string

func (*DescribeStatefulSetRequest) GetCluster

func (x *DescribeStatefulSetRequest) GetCluster() string

func (*DescribeStatefulSetRequest) GetName

func (x *DescribeStatefulSetRequest) GetName() string

func (*DescribeStatefulSetRequest) GetNamespace

func (x *DescribeStatefulSetRequest) GetNamespace() string

func (*DescribeStatefulSetRequest) ProtoMessage

func (*DescribeStatefulSetRequest) ProtoMessage()

func (*DescribeStatefulSetRequest) ProtoReflect

func (*DescribeStatefulSetRequest) Reset

func (x *DescribeStatefulSetRequest) Reset()

func (*DescribeStatefulSetRequest) String

func (x *DescribeStatefulSetRequest) String() string

func (*DescribeStatefulSetRequest) Validate

func (m *DescribeStatefulSetRequest) Validate() error

Validate checks the field values on DescribeStatefulSetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeStatefulSetRequest) ValidateAll

func (m *DescribeStatefulSetRequest) ValidateAll() error

ValidateAll checks the field values on DescribeStatefulSetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeStatefulSetRequestMultiError, or nil if none found.

type DescribeStatefulSetRequestMultiError

type DescribeStatefulSetRequestMultiError []error

DescribeStatefulSetRequestMultiError is an error wrapping multiple validation errors returned by DescribeStatefulSetRequest.ValidateAll() if the designated constraints aren't met.

func (DescribeStatefulSetRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DescribeStatefulSetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeStatefulSetRequestValidationError

type DescribeStatefulSetRequestValidationError struct {
	// contains filtered or unexported fields
}

DescribeStatefulSetRequestValidationError is the validation error returned by DescribeStatefulSetRequest.Validate if the designated constraints aren't met.

func (DescribeStatefulSetRequestValidationError) Cause

Cause function returns cause value.

func (DescribeStatefulSetRequestValidationError) Error

Error satisfies the builtin error interface

func (DescribeStatefulSetRequestValidationError) ErrorName

ErrorName returns error name.

func (DescribeStatefulSetRequestValidationError) Field

Field function returns field value.

func (DescribeStatefulSetRequestValidationError) Key

Key function returns key value.

func (DescribeStatefulSetRequestValidationError) Reason

Reason function returns reason value.

type DescribeStatefulSetResponse

type DescribeStatefulSetResponse struct {
	StatefulSet *StatefulSet `protobuf:"bytes,1,opt,name=stateful_set,json=statefulSet,proto3" json:"stateful_set,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeStatefulSetResponse) Descriptor deprecated

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

Deprecated: Use DescribeStatefulSetResponse.ProtoReflect.Descriptor instead.

func (*DescribeStatefulSetResponse) GetStatefulSet

func (x *DescribeStatefulSetResponse) GetStatefulSet() *StatefulSet

func (*DescribeStatefulSetResponse) ProtoMessage

func (*DescribeStatefulSetResponse) ProtoMessage()

func (*DescribeStatefulSetResponse) ProtoReflect

func (*DescribeStatefulSetResponse) Reset

func (x *DescribeStatefulSetResponse) Reset()

func (*DescribeStatefulSetResponse) String

func (x *DescribeStatefulSetResponse) String() string

func (*DescribeStatefulSetResponse) Validate

func (m *DescribeStatefulSetResponse) Validate() error

Validate checks the field values on DescribeStatefulSetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribeStatefulSetResponse) ValidateAll

func (m *DescribeStatefulSetResponse) ValidateAll() error

ValidateAll checks the field values on DescribeStatefulSetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribeStatefulSetResponseMultiError, or nil if none found.

type DescribeStatefulSetResponseMultiError

type DescribeStatefulSetResponseMultiError []error

DescribeStatefulSetResponseMultiError is an error wrapping multiple validation errors returned by DescribeStatefulSetResponse.ValidateAll() if the designated constraints aren't met.

func (DescribeStatefulSetResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DescribeStatefulSetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DescribeStatefulSetResponseValidationError

type DescribeStatefulSetResponseValidationError struct {
	// contains filtered or unexported fields
}

DescribeStatefulSetResponseValidationError is the validation error returned by DescribeStatefulSetResponse.Validate if the designated constraints aren't met.

func (DescribeStatefulSetResponseValidationError) Cause

Cause function returns cause value.

func (DescribeStatefulSetResponseValidationError) Error

Error satisfies the builtin error interface

func (DescribeStatefulSetResponseValidationError) ErrorName

ErrorName returns error name.

func (DescribeStatefulSetResponseValidationError) Field

Field function returns field value.

func (DescribeStatefulSetResponseValidationError) Key

Key function returns key value.

func (DescribeStatefulSetResponseValidationError) Reason

Reason function returns reason value.

type Event

type Event struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Reason      string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// these values represent info of the object
	// this event is about
	Cluster   string `protobuf:"bytes,4,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// name of the object i.e pod name, deployment name, etc
	InvolvedObjectName string `protobuf:"bytes,6,opt,name=involved_object_name,json=involvedObjectName,proto3" json:"involved_object_name,omitempty"`
	// kind of the object e.g pod, deployment, service, etc
	Kind ObjectKind `protobuf:"varint,7,opt,name=kind,proto3,enum=clutch.k8s.v1.ObjectKind" json:"kind,omitempty"`
	// This creation time refers to the metadata creation time, which the server
	// marks when the object is created.
	// https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#ObjectMeta
	CreationTimeMillis int64 `protobuf:"varint,10,opt,name=creation_time_millis,json=creationTimeMillis,proto3" json:"creation_time_millis,omitempty"`
	// type is string so that in the future it is open-ended
	Type string `protobuf:"bytes,11,opt,name=type,proto3" json:"type,omitempty"`
	// last timestamp is the most recent time the event occurred (which can be different from the first time)
	LastTimestampMillis  int64 `protobuf:"varint,12,opt,name=last_timestamp_millis,json=lastTimestampMillis,proto3" json:"last_timestamp_millis,omitempty"`
	FirstTimestampMillis int64 `protobuf:"varint,13,opt,name=first_timestamp_millis,json=firstTimestampMillis,proto3" json:"first_timestamp_millis,omitempty"`
	// contains filtered or unexported fields
}

this represents a Kubernetes event: https://pkg.go.dev/k8s.io/api/core/v1#Event for a given object

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetCluster

func (x *Event) GetCluster() string

func (*Event) GetCreationTimeMillis

func (x *Event) GetCreationTimeMillis() int64

func (*Event) GetDescription

func (x *Event) GetDescription() string

func (*Event) GetFirstTimestampMillis

func (x *Event) GetFirstTimestampMillis() int64

func (*Event) GetInvolvedObjectName

func (x *Event) GetInvolvedObjectName() string

func (*Event) GetKind

func (x *Event) GetKind() ObjectKind

func (*Event) GetLastTimestampMillis

func (x *Event) GetLastTimestampMillis() int64

func (*Event) GetName

func (x *Event) GetName() string

func (*Event) GetNamespace

func (x *Event) GetNamespace() string

func (*Event) GetReason

func (x *Event) GetReason() string

func (*Event) GetType

func (x *Event) GetType() string

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

func (*Event) Validate

func (m *Event) Validate() error

Validate checks the field values on Event with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Event) ValidateAll

func (m *Event) ValidateAll() error

ValidateAll checks the field values on Event with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EventMultiError, or nil if none found.

type EventMultiError

type EventMultiError []error

EventMultiError is an error wrapping multiple validation errors returned by Event.ValidateAll() if the designated constraints aren't met.

func (EventMultiError) AllErrors

func (m EventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EventMultiError) Error

func (m EventMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EventType

type EventType int32
const (
	EventType_TYPE_UNSPECIFIED EventType = 0
	EventType_NORMAL           EventType = 1
	EventType_WARNING          EventType = 2
	EventType_ERROR            EventType = 3
)

func (EventType) Descriptor

func (EventType) Descriptor() protoreflect.EnumDescriptor

func (EventType) Enum

func (x EventType) Enum() *EventType

func (EventType) EnumDescriptor deprecated

func (EventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use EventType.Descriptor instead.

func (EventType) Number

func (x EventType) Number() protoreflect.EnumNumber

func (EventType) String

func (x EventType) String() string

func (EventType) Type

type EventValidationError

type EventValidationError struct {
	// contains filtered or unexported fields
}

EventValidationError is the validation error returned by Event.Validate if the designated constraints aren't met.

func (EventValidationError) Cause

func (e EventValidationError) Cause() error

Cause function returns cause value.

func (EventValidationError) Error

func (e EventValidationError) Error() string

Error satisfies the builtin error interface

func (EventValidationError) ErrorName

func (e EventValidationError) ErrorName() string

ErrorName returns error name.

func (EventValidationError) Field

func (e EventValidationError) Field() string

Field function returns field value.

func (EventValidationError) Key

func (e EventValidationError) Key() bool

Key function returns key value.

func (EventValidationError) Reason

func (e EventValidationError) Reason() string

Reason function returns reason value.

type ExecAction

type ExecAction struct {
	Command []string `protobuf:"bytes,1,rep,name=command,proto3" json:"command,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecAction) Descriptor deprecated

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

Deprecated: Use ExecAction.ProtoReflect.Descriptor instead.

func (*ExecAction) GetCommand

func (x *ExecAction) GetCommand() []string

func (*ExecAction) ProtoMessage

func (*ExecAction) ProtoMessage()

func (*ExecAction) ProtoReflect

func (x *ExecAction) ProtoReflect() protoreflect.Message

func (*ExecAction) Reset

func (x *ExecAction) Reset()

func (*ExecAction) String

func (x *ExecAction) String() string

func (*ExecAction) Validate

func (m *ExecAction) Validate() error

Validate checks the field values on ExecAction with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExecAction) ValidateAll

func (m *ExecAction) ValidateAll() error

ValidateAll checks the field values on ExecAction with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExecActionMultiError, or nil if none found.

type ExecActionMultiError

type ExecActionMultiError []error

ExecActionMultiError is an error wrapping multiple validation errors returned by ExecAction.ValidateAll() if the designated constraints aren't met.

func (ExecActionMultiError) AllErrors

func (m ExecActionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExecActionMultiError) Error

func (m ExecActionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExecActionValidationError

type ExecActionValidationError struct {
	// contains filtered or unexported fields
}

ExecActionValidationError is the validation error returned by ExecAction.Validate if the designated constraints aren't met.

func (ExecActionValidationError) Cause

func (e ExecActionValidationError) Cause() error

Cause function returns cause value.

func (ExecActionValidationError) Error

Error satisfies the builtin error interface

func (ExecActionValidationError) ErrorName

func (e ExecActionValidationError) ErrorName() string

ErrorName returns error name.

func (ExecActionValidationError) Field

Field function returns field value.

func (ExecActionValidationError) Key

Key function returns key value.

func (ExecActionValidationError) Reason

func (e ExecActionValidationError) Reason() string

Reason function returns reason value.

type ExpectedObjectMetaFields

type ExpectedObjectMetaFields struct {
	Labels      map[string]*NullableString `` /* 153-byte string literal not displayed */
	Annotations map[string]*NullableString `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

Preconditions to check before updating an object's metadata.

Note: A `null` NullableString means that the label/annotation should not be set.

func (*ExpectedObjectMetaFields) Descriptor deprecated

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

Deprecated: Use ExpectedObjectMetaFields.ProtoReflect.Descriptor instead.

func (*ExpectedObjectMetaFields) GetAnnotations

func (x *ExpectedObjectMetaFields) GetAnnotations() map[string]*NullableString

func (*ExpectedObjectMetaFields) GetLabels

func (x *ExpectedObjectMetaFields) GetLabels() map[string]*NullableString

func (*ExpectedObjectMetaFields) ProtoMessage

func (*ExpectedObjectMetaFields) ProtoMessage()

func (*ExpectedObjectMetaFields) ProtoReflect

func (x *ExpectedObjectMetaFields) ProtoReflect() protoreflect.Message

func (*ExpectedObjectMetaFields) Reset

func (x *ExpectedObjectMetaFields) Reset()

func (*ExpectedObjectMetaFields) String

func (x *ExpectedObjectMetaFields) String() string

func (*ExpectedObjectMetaFields) Validate

func (m *ExpectedObjectMetaFields) Validate() error

Validate checks the field values on ExpectedObjectMetaFields with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExpectedObjectMetaFields) ValidateAll

func (m *ExpectedObjectMetaFields) ValidateAll() error

ValidateAll checks the field values on ExpectedObjectMetaFields with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExpectedObjectMetaFieldsMultiError, or nil if none found.

type ExpectedObjectMetaFieldsMultiError

type ExpectedObjectMetaFieldsMultiError []error

ExpectedObjectMetaFieldsMultiError is an error wrapping multiple validation errors returned by ExpectedObjectMetaFields.ValidateAll() if the designated constraints aren't met.

func (ExpectedObjectMetaFieldsMultiError) AllErrors

func (m ExpectedObjectMetaFieldsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExpectedObjectMetaFieldsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExpectedObjectMetaFieldsValidationError

type ExpectedObjectMetaFieldsValidationError struct {
	// contains filtered or unexported fields
}

ExpectedObjectMetaFieldsValidationError is the validation error returned by ExpectedObjectMetaFields.Validate if the designated constraints aren't met.

func (ExpectedObjectMetaFieldsValidationError) Cause

Cause function returns cause value.

func (ExpectedObjectMetaFieldsValidationError) Error

Error satisfies the builtin error interface

func (ExpectedObjectMetaFieldsValidationError) ErrorName

ErrorName returns error name.

func (ExpectedObjectMetaFieldsValidationError) Field

Field function returns field value.

func (ExpectedObjectMetaFieldsValidationError) Key

Key function returns key value.

func (ExpectedObjectMetaFieldsValidationError) Reason

Reason function returns reason value.

type GRPCAction

type GRPCAction struct {
	Port    int32  `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"`
	Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*GRPCAction) Descriptor deprecated

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

Deprecated: Use GRPCAction.ProtoReflect.Descriptor instead.

func (*GRPCAction) GetPort

func (x *GRPCAction) GetPort() int32

func (*GRPCAction) GetService

func (x *GRPCAction) GetService() string

func (*GRPCAction) ProtoMessage

func (*GRPCAction) ProtoMessage()

func (*GRPCAction) ProtoReflect

func (x *GRPCAction) ProtoReflect() protoreflect.Message

func (*GRPCAction) Reset

func (x *GRPCAction) Reset()

func (*GRPCAction) String

func (x *GRPCAction) String() string

func (*GRPCAction) Validate

func (m *GRPCAction) Validate() error

Validate checks the field values on GRPCAction with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GRPCAction) ValidateAll

func (m *GRPCAction) ValidateAll() error

ValidateAll checks the field values on GRPCAction with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GRPCActionMultiError, or nil if none found.

type GRPCActionMultiError

type GRPCActionMultiError []error

GRPCActionMultiError is an error wrapping multiple validation errors returned by GRPCAction.ValidateAll() if the designated constraints aren't met.

func (GRPCActionMultiError) AllErrors

func (m GRPCActionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GRPCActionMultiError) Error

func (m GRPCActionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GRPCActionValidationError

type GRPCActionValidationError struct {
	// contains filtered or unexported fields
}

GRPCActionValidationError is the validation error returned by GRPCAction.Validate if the designated constraints aren't met.

func (GRPCActionValidationError) Cause

func (e GRPCActionValidationError) Cause() error

Cause function returns cause value.

func (GRPCActionValidationError) Error

Error satisfies the builtin error interface

func (GRPCActionValidationError) ErrorName

func (e GRPCActionValidationError) ErrorName() string

ErrorName returns error name.

func (GRPCActionValidationError) Field

Field function returns field value.

func (GRPCActionValidationError) Key

Key function returns key value.

func (GRPCActionValidationError) Reason

func (e GRPCActionValidationError) Reason() string

Reason function returns reason value.

type GetPodLogsRequest

type GetPodLogsRequest struct {
	Clientset string          `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string          `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string          `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string          `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Options   *PodLogsOptions `protobuf:"bytes,5,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPodLogsRequest) Descriptor deprecated

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

Deprecated: Use GetPodLogsRequest.ProtoReflect.Descriptor instead.

func (*GetPodLogsRequest) GetClientset

func (x *GetPodLogsRequest) GetClientset() string

func (*GetPodLogsRequest) GetCluster

func (x *GetPodLogsRequest) GetCluster() string

func (*GetPodLogsRequest) GetName

func (x *GetPodLogsRequest) GetName() string

func (*GetPodLogsRequest) GetNamespace

func (x *GetPodLogsRequest) GetNamespace() string

func (*GetPodLogsRequest) GetOptions

func (x *GetPodLogsRequest) GetOptions() *PodLogsOptions

func (*GetPodLogsRequest) ProtoMessage

func (*GetPodLogsRequest) ProtoMessage()

func (*GetPodLogsRequest) ProtoReflect

func (x *GetPodLogsRequest) ProtoReflect() protoreflect.Message

func (*GetPodLogsRequest) Reset

func (x *GetPodLogsRequest) Reset()

func (*GetPodLogsRequest) String

func (x *GetPodLogsRequest) String() string

func (*GetPodLogsRequest) Validate

func (m *GetPodLogsRequest) Validate() error

Validate checks the field values on GetPodLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetPodLogsRequest) ValidateAll

func (m *GetPodLogsRequest) ValidateAll() error

ValidateAll checks the field values on GetPodLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPodLogsRequestMultiError, or nil if none found.

type GetPodLogsRequestMultiError

type GetPodLogsRequestMultiError []error

GetPodLogsRequestMultiError is an error wrapping multiple validation errors returned by GetPodLogsRequest.ValidateAll() if the designated constraints aren't met.

func (GetPodLogsRequestMultiError) AllErrors

func (m GetPodLogsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPodLogsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetPodLogsRequestValidationError

type GetPodLogsRequestValidationError struct {
	// contains filtered or unexported fields
}

GetPodLogsRequestValidationError is the validation error returned by GetPodLogsRequest.Validate if the designated constraints aren't met.

func (GetPodLogsRequestValidationError) Cause

Cause function returns cause value.

func (GetPodLogsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPodLogsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPodLogsRequestValidationError) Field

Field function returns field value.

func (GetPodLogsRequestValidationError) Key

Key function returns key value.

func (GetPodLogsRequestValidationError) Reason

Reason function returns reason value.

type GetPodLogsResponse

type GetPodLogsResponse struct {
	LatestTs string        `protobuf:"bytes,1,opt,name=latest_ts,json=latestTs,proto3" json:"latest_ts,omitempty"`
	Logs     []*PodLogLine `protobuf:"bytes,2,rep,name=logs,proto3" json:"logs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPodLogsResponse) Descriptor deprecated

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

Deprecated: Use GetPodLogsResponse.ProtoReflect.Descriptor instead.

func (*GetPodLogsResponse) GetLatestTs

func (x *GetPodLogsResponse) GetLatestTs() string

func (*GetPodLogsResponse) GetLogs

func (x *GetPodLogsResponse) GetLogs() []*PodLogLine

func (*GetPodLogsResponse) ProtoMessage

func (*GetPodLogsResponse) ProtoMessage()

func (*GetPodLogsResponse) ProtoReflect

func (x *GetPodLogsResponse) ProtoReflect() protoreflect.Message

func (*GetPodLogsResponse) Reset

func (x *GetPodLogsResponse) Reset()

func (*GetPodLogsResponse) String

func (x *GetPodLogsResponse) String() string

func (*GetPodLogsResponse) Validate

func (m *GetPodLogsResponse) Validate() error

Validate checks the field values on GetPodLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetPodLogsResponse) ValidateAll

func (m *GetPodLogsResponse) ValidateAll() error

ValidateAll checks the field values on GetPodLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPodLogsResponseMultiError, or nil if none found.

type GetPodLogsResponseMultiError

type GetPodLogsResponseMultiError []error

GetPodLogsResponseMultiError is an error wrapping multiple validation errors returned by GetPodLogsResponse.ValidateAll() if the designated constraints aren't met.

func (GetPodLogsResponseMultiError) AllErrors

func (m GetPodLogsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPodLogsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetPodLogsResponseValidationError

type GetPodLogsResponseValidationError struct {
	// contains filtered or unexported fields
}

GetPodLogsResponseValidationError is the validation error returned by GetPodLogsResponse.Validate if the designated constraints aren't met.

func (GetPodLogsResponseValidationError) Cause

Cause function returns cause value.

func (GetPodLogsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPodLogsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPodLogsResponseValidationError) Field

Field function returns field value.

func (GetPodLogsResponseValidationError) Key

Key function returns key value.

func (GetPodLogsResponseValidationError) Reason

Reason function returns reason value.

type HPA

type HPA struct {
	Cluster     string            `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace   string            `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name        string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Sizing      *HPA_Sizing       `protobuf:"bytes,4,opt,name=sizing,proto3" json:"sizing,omitempty"`
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HPA) Descriptor deprecated

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

Deprecated: Use HPA.ProtoReflect.Descriptor instead.

func (*HPA) GetAnnotations

func (x *HPA) GetAnnotations() map[string]string

func (*HPA) GetCluster

func (x *HPA) GetCluster() string

func (*HPA) GetLabels

func (x *HPA) GetLabels() map[string]string

func (*HPA) GetName

func (x *HPA) GetName() string

func (*HPA) GetNamespace

func (x *HPA) GetNamespace() string

func (*HPA) GetSizing

func (x *HPA) GetSizing() *HPA_Sizing

func (*HPA) ProtoMessage

func (*HPA) ProtoMessage()

func (*HPA) ProtoReflect

func (x *HPA) ProtoReflect() protoreflect.Message

func (*HPA) Reset

func (x *HPA) Reset()

func (*HPA) String

func (x *HPA) String() string

func (*HPA) Validate

func (m *HPA) Validate() error

Validate checks the field values on HPA with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HPA) ValidateAll

func (m *HPA) ValidateAll() error

ValidateAll checks the field values on HPA with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HPAMultiError, or nil if none found.

type HPAMultiError

type HPAMultiError []error

HPAMultiError is an error wrapping multiple validation errors returned by HPA.ValidateAll() if the designated constraints aren't met.

func (HPAMultiError) AllErrors

func (m HPAMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HPAMultiError) Error

func (m HPAMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type HPAValidationError

type HPAValidationError struct {
	// contains filtered or unexported fields
}

HPAValidationError is the validation error returned by HPA.Validate if the designated constraints aren't met.

func (HPAValidationError) Cause

func (e HPAValidationError) Cause() error

Cause function returns cause value.

func (HPAValidationError) Error

func (e HPAValidationError) Error() string

Error satisfies the builtin error interface

func (HPAValidationError) ErrorName

func (e HPAValidationError) ErrorName() string

ErrorName returns error name.

func (HPAValidationError) Field

func (e HPAValidationError) Field() string

Field function returns field value.

func (HPAValidationError) Key

func (e HPAValidationError) Key() bool

Key function returns key value.

func (HPAValidationError) Reason

func (e HPAValidationError) Reason() string

Reason function returns reason value.

type HPA_Sizing

type HPA_Sizing struct {
	MinReplicas     uint32 `protobuf:"varint,1,opt,name=min_replicas,json=minReplicas,proto3" json:"min_replicas,omitempty"`
	MaxReplicas     uint32 `protobuf:"varint,2,opt,name=max_replicas,json=maxReplicas,proto3" json:"max_replicas,omitempty"`
	CurrentReplicas uint32 `protobuf:"varint,3,opt,name=current_replicas,json=currentReplicas,proto3" json:"current_replicas,omitempty"`
	DesiredReplicas uint32 `protobuf:"varint,4,opt,name=desired_replicas,json=desiredReplicas,proto3" json:"desired_replicas,omitempty"`
	// contains filtered or unexported fields
}

func (*HPA_Sizing) Descriptor deprecated

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

Deprecated: Use HPA_Sizing.ProtoReflect.Descriptor instead.

func (*HPA_Sizing) GetCurrentReplicas

func (x *HPA_Sizing) GetCurrentReplicas() uint32

func (*HPA_Sizing) GetDesiredReplicas

func (x *HPA_Sizing) GetDesiredReplicas() uint32

func (*HPA_Sizing) GetMaxReplicas

func (x *HPA_Sizing) GetMaxReplicas() uint32

func (*HPA_Sizing) GetMinReplicas

func (x *HPA_Sizing) GetMinReplicas() uint32

func (*HPA_Sizing) ProtoMessage

func (*HPA_Sizing) ProtoMessage()

func (*HPA_Sizing) ProtoReflect

func (x *HPA_Sizing) ProtoReflect() protoreflect.Message

func (*HPA_Sizing) Reset

func (x *HPA_Sizing) Reset()

func (*HPA_Sizing) String

func (x *HPA_Sizing) String() string

func (*HPA_Sizing) Validate

func (m *HPA_Sizing) Validate() error

Validate checks the field values on HPA_Sizing with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HPA_Sizing) ValidateAll

func (m *HPA_Sizing) ValidateAll() error

ValidateAll checks the field values on HPA_Sizing with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HPA_SizingMultiError, or nil if none found.

type HPA_SizingMultiError

type HPA_SizingMultiError []error

HPA_SizingMultiError is an error wrapping multiple validation errors returned by HPA_Sizing.ValidateAll() if the designated constraints aren't met.

func (HPA_SizingMultiError) AllErrors

func (m HPA_SizingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HPA_SizingMultiError) Error

func (m HPA_SizingMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type HPA_SizingValidationError

type HPA_SizingValidationError struct {
	// contains filtered or unexported fields
}

HPA_SizingValidationError is the validation error returned by HPA_Sizing.Validate if the designated constraints aren't met.

func (HPA_SizingValidationError) Cause

func (e HPA_SizingValidationError) Cause() error

Cause function returns cause value.

func (HPA_SizingValidationError) Error

Error satisfies the builtin error interface

func (HPA_SizingValidationError) ErrorName

func (e HPA_SizingValidationError) ErrorName() string

ErrorName returns error name.

func (HPA_SizingValidationError) Field

Field function returns field value.

func (HPA_SizingValidationError) Key

Key function returns key value.

func (HPA_SizingValidationError) Reason

func (e HPA_SizingValidationError) Reason() string

Reason function returns reason value.

type HTTPGetAction

type HTTPGetAction struct {
	Path        string        `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Port        int32         `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	Host        string        `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty"`
	Scheme      string        `protobuf:"bytes,4,opt,name=scheme,proto3" json:"scheme,omitempty"`
	HttpHeaders []*HTTPHeader `protobuf:"bytes,5,rep,name=http_headers,json=httpHeaders,proto3" json:"http_headers,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPGetAction) Descriptor deprecated

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

Deprecated: Use HTTPGetAction.ProtoReflect.Descriptor instead.

func (*HTTPGetAction) GetHost

func (x *HTTPGetAction) GetHost() string

func (*HTTPGetAction) GetHttpHeaders

func (x *HTTPGetAction) GetHttpHeaders() []*HTTPHeader

func (*HTTPGetAction) GetPath

func (x *HTTPGetAction) GetPath() string

func (*HTTPGetAction) GetPort

func (x *HTTPGetAction) GetPort() int32

func (*HTTPGetAction) GetScheme

func (x *HTTPGetAction) GetScheme() string

func (*HTTPGetAction) ProtoMessage

func (*HTTPGetAction) ProtoMessage()

func (*HTTPGetAction) ProtoReflect

func (x *HTTPGetAction) ProtoReflect() protoreflect.Message

func (*HTTPGetAction) Reset

func (x *HTTPGetAction) Reset()

func (*HTTPGetAction) String

func (x *HTTPGetAction) String() string

func (*HTTPGetAction) Validate

func (m *HTTPGetAction) Validate() error

Validate checks the field values on HTTPGetAction with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HTTPGetAction) ValidateAll

func (m *HTTPGetAction) ValidateAll() error

ValidateAll checks the field values on HTTPGetAction with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HTTPGetActionMultiError, or nil if none found.

type HTTPGetActionMultiError

type HTTPGetActionMultiError []error

HTTPGetActionMultiError is an error wrapping multiple validation errors returned by HTTPGetAction.ValidateAll() if the designated constraints aren't met.

func (HTTPGetActionMultiError) AllErrors

func (m HTTPGetActionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HTTPGetActionMultiError) Error

func (m HTTPGetActionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type HTTPGetActionValidationError

type HTTPGetActionValidationError struct {
	// contains filtered or unexported fields
}

HTTPGetActionValidationError is the validation error returned by HTTPGetAction.Validate if the designated constraints aren't met.

func (HTTPGetActionValidationError) Cause

Cause function returns cause value.

func (HTTPGetActionValidationError) Error

Error satisfies the builtin error interface

func (HTTPGetActionValidationError) ErrorName

func (e HTTPGetActionValidationError) ErrorName() string

ErrorName returns error name.

func (HTTPGetActionValidationError) Field

Field function returns field value.

func (HTTPGetActionValidationError) Key

Key function returns key value.

func (HTTPGetActionValidationError) Reason

Reason function returns reason value.

type HTTPHeader

type HTTPHeader struct {
	Name  *string `protobuf:"bytes,1,opt,name=name,proto3,oneof" json:"name,omitempty"`
	Value *string `protobuf:"bytes,2,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPHeader) Descriptor deprecated

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

Deprecated: Use HTTPHeader.ProtoReflect.Descriptor instead.

func (*HTTPHeader) GetName

func (x *HTTPHeader) GetName() string

func (*HTTPHeader) GetValue

func (x *HTTPHeader) GetValue() string

func (*HTTPHeader) ProtoMessage

func (*HTTPHeader) ProtoMessage()

func (*HTTPHeader) ProtoReflect

func (x *HTTPHeader) ProtoReflect() protoreflect.Message

func (*HTTPHeader) Reset

func (x *HTTPHeader) Reset()

func (*HTTPHeader) String

func (x *HTTPHeader) String() string

func (*HTTPHeader) Validate

func (m *HTTPHeader) Validate() error

Validate checks the field values on HTTPHeader with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HTTPHeader) ValidateAll

func (m *HTTPHeader) ValidateAll() error

ValidateAll checks the field values on HTTPHeader with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HTTPHeaderMultiError, or nil if none found.

type HTTPHeaderMultiError

type HTTPHeaderMultiError []error

HTTPHeaderMultiError is an error wrapping multiple validation errors returned by HTTPHeader.ValidateAll() if the designated constraints aren't met.

func (HTTPHeaderMultiError) AllErrors

func (m HTTPHeaderMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HTTPHeaderMultiError) Error

func (m HTTPHeaderMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type HTTPHeaderValidationError

type HTTPHeaderValidationError struct {
	// contains filtered or unexported fields
}

HTTPHeaderValidationError is the validation error returned by HTTPHeader.Validate if the designated constraints aren't met.

func (HTTPHeaderValidationError) Cause

func (e HTTPHeaderValidationError) Cause() error

Cause function returns cause value.

func (HTTPHeaderValidationError) Error

Error satisfies the builtin error interface

func (HTTPHeaderValidationError) ErrorName

func (e HTTPHeaderValidationError) ErrorName() string

ErrorName returns error name.

func (HTTPHeaderValidationError) Field

Field function returns field value.

func (HTTPHeaderValidationError) Key

Key function returns key value.

func (HTTPHeaderValidationError) Reason

func (e HTTPHeaderValidationError) Reason() string

Reason function returns reason value.

type Job

type Job struct {
	Cluster     string            `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace   string            `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name        string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Job) Descriptor deprecated

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

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetAnnotations

func (x *Job) GetAnnotations() map[string]string

func (*Job) GetCluster

func (x *Job) GetCluster() string

func (*Job) GetLabels

func (x *Job) GetLabels() map[string]string

func (*Job) GetName

func (x *Job) GetName() string

func (*Job) GetNamespace

func (x *Job) GetNamespace() string

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) ProtoReflect

func (x *Job) ProtoReflect() protoreflect.Message

func (*Job) Reset

func (x *Job) Reset()

func (*Job) String

func (x *Job) String() string

func (*Job) Validate

func (m *Job) Validate() error

Validate checks the field values on Job with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Job) ValidateAll

func (m *Job) ValidateAll() error

ValidateAll checks the field values on Job with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JobMultiError, or nil if none found.

type JobConfig

type JobConfig struct {
	Value *structpb.Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*JobConfig) Descriptor deprecated

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

Deprecated: Use JobConfig.ProtoReflect.Descriptor instead.

func (*JobConfig) GetValue

func (x *JobConfig) GetValue() *structpb.Value

func (*JobConfig) ProtoMessage

func (*JobConfig) ProtoMessage()

func (*JobConfig) ProtoReflect

func (x *JobConfig) ProtoReflect() protoreflect.Message

func (*JobConfig) Reset

func (x *JobConfig) Reset()

func (*JobConfig) String

func (x *JobConfig) String() string

func (*JobConfig) Validate

func (m *JobConfig) Validate() error

Validate checks the field values on JobConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JobConfig) ValidateAll

func (m *JobConfig) ValidateAll() error

ValidateAll checks the field values on JobConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JobConfigMultiError, or nil if none found.

type JobConfigMultiError

type JobConfigMultiError []error

JobConfigMultiError is an error wrapping multiple validation errors returned by JobConfig.ValidateAll() if the designated constraints aren't met.

func (JobConfigMultiError) AllErrors

func (m JobConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobConfigMultiError) Error

func (m JobConfigMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JobConfigValidationError

type JobConfigValidationError struct {
	// contains filtered or unexported fields
}

JobConfigValidationError is the validation error returned by JobConfig.Validate if the designated constraints aren't met.

func (JobConfigValidationError) Cause

func (e JobConfigValidationError) Cause() error

Cause function returns cause value.

func (JobConfigValidationError) Error

func (e JobConfigValidationError) Error() string

Error satisfies the builtin error interface

func (JobConfigValidationError) ErrorName

func (e JobConfigValidationError) ErrorName() string

ErrorName returns error name.

func (JobConfigValidationError) Field

func (e JobConfigValidationError) Field() string

Field function returns field value.

func (JobConfigValidationError) Key

Key function returns key value.

func (JobConfigValidationError) Reason

func (e JobConfigValidationError) Reason() string

Reason function returns reason value.

type JobMultiError

type JobMultiError []error

JobMultiError is an error wrapping multiple validation errors returned by Job.ValidateAll() if the designated constraints aren't met.

func (JobMultiError) AllErrors

func (m JobMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JobMultiError) Error

func (m JobMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JobValidationError

type JobValidationError struct {
	// contains filtered or unexported fields
}

JobValidationError is the validation error returned by Job.Validate if the designated constraints aren't met.

func (JobValidationError) Cause

func (e JobValidationError) Cause() error

Cause function returns cause value.

func (JobValidationError) Error

func (e JobValidationError) Error() string

Error satisfies the builtin error interface

func (JobValidationError) ErrorName

func (e JobValidationError) ErrorName() string

ErrorName returns error name.

func (JobValidationError) Field

func (e JobValidationError) Field() string

Field function returns field value.

func (JobValidationError) Key

func (e JobValidationError) Key() bool

Key function returns key value.

func (JobValidationError) Reason

func (e JobValidationError) Reason() string

Reason function returns reason value.

type K8SAPIClient

type K8SAPIClient interface {
	DescribePod(ctx context.Context, in *DescribePodRequest, opts ...grpc.CallOption) (*DescribePodResponse, error)
	ListPods(ctx context.Context, in *ListPodsRequest, opts ...grpc.CallOption) (*ListPodsResponse, error)
	DeletePod(ctx context.Context, in *DeletePodRequest, opts ...grpc.CallOption) (*DeletePodResponse, error)
	UpdatePod(ctx context.Context, in *UpdatePodRequest, opts ...grpc.CallOption) (*UpdatePodResponse, error)
	GetPodLogs(ctx context.Context, in *GetPodLogsRequest, opts ...grpc.CallOption) (*GetPodLogsResponse, error)
	ResizeHPA(ctx context.Context, in *ResizeHPARequest, opts ...grpc.CallOption) (*ResizeHPAResponse, error)
	DeleteHPA(ctx context.Context, in *DeleteHPARequest, opts ...grpc.CallOption) (*DeleteHPAResponse, error)
	DescribeDeployment(ctx context.Context, in *DescribeDeploymentRequest, opts ...grpc.CallOption) (*DescribeDeploymentResponse, error)
	ListDeployments(ctx context.Context, in *ListDeploymentsRequest, opts ...grpc.CallOption) (*ListDeploymentsResponse, error)
	UpdateDeployment(ctx context.Context, in *UpdateDeploymentRequest, opts ...grpc.CallOption) (*UpdateDeploymentResponse, error)
	DeleteDeployment(ctx context.Context, in *DeleteDeploymentRequest, opts ...grpc.CallOption) (*DeleteDeploymentResponse, error)
	DescribeService(ctx context.Context, in *DescribeServiceRequest, opts ...grpc.CallOption) (*DescribeServiceResponse, error)
	ListServices(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error)
	DeleteService(ctx context.Context, in *DeleteServiceRequest, opts ...grpc.CallOption) (*DeleteServiceResponse, error)
	DescribeStatefulSet(ctx context.Context, in *DescribeStatefulSetRequest, opts ...grpc.CallOption) (*DescribeStatefulSetResponse, error)
	ListStatefulSets(ctx context.Context, in *ListStatefulSetsRequest, opts ...grpc.CallOption) (*ListStatefulSetsResponse, error)
	UpdateStatefulSet(ctx context.Context, in *UpdateStatefulSetRequest, opts ...grpc.CallOption) (*UpdateStatefulSetResponse, error)
	DeleteStatefulSet(ctx context.Context, in *DeleteStatefulSetRequest, opts ...grpc.CallOption) (*DeleteStatefulSetResponse, error)
	DescribeCronJob(ctx context.Context, in *DescribeCronJobRequest, opts ...grpc.CallOption) (*DescribeCronJobResponse, error)
	ListCronJobs(ctx context.Context, in *ListCronJobsRequest, opts ...grpc.CallOption) (*ListCronJobsResponse, error)
	DeleteCronJob(ctx context.Context, in *DeleteCronJobRequest, opts ...grpc.CallOption) (*DeleteCronJobResponse, error)
	ListConfigMaps(ctx context.Context, in *ListConfigMapsRequest, opts ...grpc.CallOption) (*ListConfigMapsResponse, error)
	DescribeConfigMap(ctx context.Context, in *DescribeConfigMapRequest, opts ...grpc.CallOption) (*DescribeConfigMapResponse, error)
	DeleteConfigMap(ctx context.Context, in *DeleteConfigMapRequest, opts ...grpc.CallOption) (*DeleteConfigMapResponse, error)
	DescribeJob(ctx context.Context, in *DescribeJobRequest, opts ...grpc.CallOption) (*DescribeJobResponse, error)
	ListJobs(ctx context.Context, in *ListJobsRequest, opts ...grpc.CallOption) (*ListJobsResponse, error)
	DeleteJob(ctx context.Context, in *DeleteJobRequest, opts ...grpc.CallOption) (*DeleteJobResponse, error)
	CreateJob(ctx context.Context, in *CreateJobRequest, opts ...grpc.CallOption) (*CreateJobResponse, error)
	DescribeNamespace(ctx context.Context, in *DescribeNamespaceRequest, opts ...grpc.CallOption) (*DescribeNamespaceResponse, error)
	ListEvents(ctx context.Context, in *ListEventsRequest, opts ...grpc.CallOption) (*ListEventsResponse, error)
	DescribeNode(ctx context.Context, in *DescribeNodeRequest, opts ...grpc.CallOption) (*DescribeNodeResponse, error)
	UpdateNode(ctx context.Context, in *UpdateNodeRequest, opts ...grpc.CallOption) (*UpdateNodeResponse, error)
	ListNamespaceEvents(ctx context.Context, in *ListNamespaceEventsRequest, opts ...grpc.CallOption) (*ListNamespaceEventsResponse, error)
}

K8SAPIClient is the client API for K8SAPI service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewK8SAPIClient

func NewK8SAPIClient(cc grpc.ClientConnInterface) K8SAPIClient

type K8SAPIServer

type K8SAPIServer interface {
	DescribePod(context.Context, *DescribePodRequest) (*DescribePodResponse, error)
	ListPods(context.Context, *ListPodsRequest) (*ListPodsResponse, error)
	DeletePod(context.Context, *DeletePodRequest) (*DeletePodResponse, error)
	UpdatePod(context.Context, *UpdatePodRequest) (*UpdatePodResponse, error)
	GetPodLogs(context.Context, *GetPodLogsRequest) (*GetPodLogsResponse, error)
	ResizeHPA(context.Context, *ResizeHPARequest) (*ResizeHPAResponse, error)
	DeleteHPA(context.Context, *DeleteHPARequest) (*DeleteHPAResponse, error)
	DescribeDeployment(context.Context, *DescribeDeploymentRequest) (*DescribeDeploymentResponse, error)
	ListDeployments(context.Context, *ListDeploymentsRequest) (*ListDeploymentsResponse, error)
	UpdateDeployment(context.Context, *UpdateDeploymentRequest) (*UpdateDeploymentResponse, error)
	DeleteDeployment(context.Context, *DeleteDeploymentRequest) (*DeleteDeploymentResponse, error)
	DescribeService(context.Context, *DescribeServiceRequest) (*DescribeServiceResponse, error)
	ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error)
	DeleteService(context.Context, *DeleteServiceRequest) (*DeleteServiceResponse, error)
	DescribeStatefulSet(context.Context, *DescribeStatefulSetRequest) (*DescribeStatefulSetResponse, error)
	ListStatefulSets(context.Context, *ListStatefulSetsRequest) (*ListStatefulSetsResponse, error)
	UpdateStatefulSet(context.Context, *UpdateStatefulSetRequest) (*UpdateStatefulSetResponse, error)
	DeleteStatefulSet(context.Context, *DeleteStatefulSetRequest) (*DeleteStatefulSetResponse, error)
	DescribeCronJob(context.Context, *DescribeCronJobRequest) (*DescribeCronJobResponse, error)
	ListCronJobs(context.Context, *ListCronJobsRequest) (*ListCronJobsResponse, error)
	DeleteCronJob(context.Context, *DeleteCronJobRequest) (*DeleteCronJobResponse, error)
	ListConfigMaps(context.Context, *ListConfigMapsRequest) (*ListConfigMapsResponse, error)
	DescribeConfigMap(context.Context, *DescribeConfigMapRequest) (*DescribeConfigMapResponse, error)
	DeleteConfigMap(context.Context, *DeleteConfigMapRequest) (*DeleteConfigMapResponse, error)
	DescribeJob(context.Context, *DescribeJobRequest) (*DescribeJobResponse, error)
	ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
	DeleteJob(context.Context, *DeleteJobRequest) (*DeleteJobResponse, error)
	CreateJob(context.Context, *CreateJobRequest) (*CreateJobResponse, error)
	DescribeNamespace(context.Context, *DescribeNamespaceRequest) (*DescribeNamespaceResponse, error)
	ListEvents(context.Context, *ListEventsRequest) (*ListEventsResponse, error)
	DescribeNode(context.Context, *DescribeNodeRequest) (*DescribeNodeResponse, error)
	UpdateNode(context.Context, *UpdateNodeRequest) (*UpdateNodeResponse, error)
	ListNamespaceEvents(context.Context, *ListNamespaceEventsRequest) (*ListNamespaceEventsResponse, error)
}

K8SAPIServer is the server API for K8SAPI service. All implementations should embed UnimplementedK8SAPIServer for forward compatibility

type ListConfigMapsRequest

type ListConfigMapsRequest struct {
	Clientset string       `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string       `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string       `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Options   *ListOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConfigMapsRequest) Descriptor deprecated

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

Deprecated: Use ListConfigMapsRequest.ProtoReflect.Descriptor instead.

func (*ListConfigMapsRequest) GetClientset

func (x *ListConfigMapsRequest) GetClientset() string

func (*ListConfigMapsRequest) GetCluster

func (x *ListConfigMapsRequest) GetCluster() string

func (*ListConfigMapsRequest) GetNamespace

func (x *ListConfigMapsRequest) GetNamespace() string

func (*ListConfigMapsRequest) GetOptions

func (x *ListConfigMapsRequest) GetOptions() *ListOptions

func (*ListConfigMapsRequest) ProtoMessage

func (*ListConfigMapsRequest) ProtoMessage()

func (*ListConfigMapsRequest) ProtoReflect

func (x *ListConfigMapsRequest) ProtoReflect() protoreflect.Message

func (*ListConfigMapsRequest) Reset

func (x *ListConfigMapsRequest) Reset()

func (*ListConfigMapsRequest) String

func (x *ListConfigMapsRequest) String() string

func (*ListConfigMapsRequest) Validate

func (m *ListConfigMapsRequest) Validate() error

Validate checks the field values on ListConfigMapsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListConfigMapsRequest) ValidateAll

func (m *ListConfigMapsRequest) ValidateAll() error

ValidateAll checks the field values on ListConfigMapsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListConfigMapsRequestMultiError, or nil if none found.

type ListConfigMapsRequestMultiError

type ListConfigMapsRequestMultiError []error

ListConfigMapsRequestMultiError is an error wrapping multiple validation errors returned by ListConfigMapsRequest.ValidateAll() if the designated constraints aren't met.

func (ListConfigMapsRequestMultiError) AllErrors

func (m ListConfigMapsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListConfigMapsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListConfigMapsRequestValidationError

type ListConfigMapsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListConfigMapsRequestValidationError is the validation error returned by ListConfigMapsRequest.Validate if the designated constraints aren't met.

func (ListConfigMapsRequestValidationError) Cause

Cause function returns cause value.

func (ListConfigMapsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListConfigMapsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListConfigMapsRequestValidationError) Field

Field function returns field value.

func (ListConfigMapsRequestValidationError) Key

Key function returns key value.

func (ListConfigMapsRequestValidationError) Reason

Reason function returns reason value.

type ListConfigMapsResponse

type ListConfigMapsResponse struct {
	ConfigMaps []*ConfigMap `protobuf:"bytes,1,rep,name=config_maps,json=configMaps,proto3" json:"config_maps,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConfigMapsResponse) Descriptor deprecated

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

Deprecated: Use ListConfigMapsResponse.ProtoReflect.Descriptor instead.

func (*ListConfigMapsResponse) GetConfigMaps

func (x *ListConfigMapsResponse) GetConfigMaps() []*ConfigMap

func (*ListConfigMapsResponse) ProtoMessage

func (*ListConfigMapsResponse) ProtoMessage()

func (*ListConfigMapsResponse) ProtoReflect

func (x *ListConfigMapsResponse) ProtoReflect() protoreflect.Message

func (*ListConfigMapsResponse) Reset

func (x *ListConfigMapsResponse) Reset()

func (*ListConfigMapsResponse) String

func (x *ListConfigMapsResponse) String() string

func (*ListConfigMapsResponse) Validate

func (m *ListConfigMapsResponse) Validate() error

Validate checks the field values on ListConfigMapsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListConfigMapsResponse) ValidateAll

func (m *ListConfigMapsResponse) ValidateAll() error

ValidateAll checks the field values on ListConfigMapsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListConfigMapsResponseMultiError, or nil if none found.

type ListConfigMapsResponseMultiError

type ListConfigMapsResponseMultiError []error

ListConfigMapsResponseMultiError is an error wrapping multiple validation errors returned by ListConfigMapsResponse.ValidateAll() if the designated constraints aren't met.

func (ListConfigMapsResponseMultiError) AllErrors

func (m ListConfigMapsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListConfigMapsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListConfigMapsResponseValidationError

type ListConfigMapsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListConfigMapsResponseValidationError is the validation error returned by ListConfigMapsResponse.Validate if the designated constraints aren't met.

func (ListConfigMapsResponseValidationError) Cause

Cause function returns cause value.

func (ListConfigMapsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListConfigMapsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListConfigMapsResponseValidationError) Field

Field function returns field value.

func (ListConfigMapsResponseValidationError) Key

Key function returns key value.

func (ListConfigMapsResponseValidationError) Reason

Reason function returns reason value.

type ListCronJobsRequest

type ListCronJobsRequest struct {
	Clientset string       `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string       `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string       `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Options   *ListOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCronJobsRequest) Descriptor deprecated

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

Deprecated: Use ListCronJobsRequest.ProtoReflect.Descriptor instead.

func (*ListCronJobsRequest) GetClientset

func (x *ListCronJobsRequest) GetClientset() string

func (*ListCronJobsRequest) GetCluster

func (x *ListCronJobsRequest) GetCluster() string

func (*ListCronJobsRequest) GetNamespace

func (x *ListCronJobsRequest) GetNamespace() string

func (*ListCronJobsRequest) GetOptions

func (x *ListCronJobsRequest) GetOptions() *ListOptions

func (*ListCronJobsRequest) ProtoMessage

func (*ListCronJobsRequest) ProtoMessage()

func (*ListCronJobsRequest) ProtoReflect

func (x *ListCronJobsRequest) ProtoReflect() protoreflect.Message

func (*ListCronJobsRequest) Reset

func (x *ListCronJobsRequest) Reset()

func (*ListCronJobsRequest) String

func (x *ListCronJobsRequest) String() string

func (*ListCronJobsRequest) Validate

func (m *ListCronJobsRequest) Validate() error

Validate checks the field values on ListCronJobsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCronJobsRequest) ValidateAll

func (m *ListCronJobsRequest) ValidateAll() error

ValidateAll checks the field values on ListCronJobsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCronJobsRequestMultiError, or nil if none found.

type ListCronJobsRequestMultiError

type ListCronJobsRequestMultiError []error

ListCronJobsRequestMultiError is an error wrapping multiple validation errors returned by ListCronJobsRequest.ValidateAll() if the designated constraints aren't met.

func (ListCronJobsRequestMultiError) AllErrors

func (m ListCronJobsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCronJobsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListCronJobsRequestValidationError

type ListCronJobsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListCronJobsRequestValidationError is the validation error returned by ListCronJobsRequest.Validate if the designated constraints aren't met.

func (ListCronJobsRequestValidationError) Cause

Cause function returns cause value.

func (ListCronJobsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListCronJobsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListCronJobsRequestValidationError) Field

Field function returns field value.

func (ListCronJobsRequestValidationError) Key

Key function returns key value.

func (ListCronJobsRequestValidationError) Reason

Reason function returns reason value.

type ListCronJobsResponse

type ListCronJobsResponse struct {
	CronJobs []*CronJob `protobuf:"bytes,1,rep,name=cron_jobs,json=cronJobs,proto3" json:"cron_jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCronJobsResponse) Descriptor deprecated

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

Deprecated: Use ListCronJobsResponse.ProtoReflect.Descriptor instead.

func (*ListCronJobsResponse) GetCronJobs

func (x *ListCronJobsResponse) GetCronJobs() []*CronJob

func (*ListCronJobsResponse) ProtoMessage

func (*ListCronJobsResponse) ProtoMessage()

func (*ListCronJobsResponse) ProtoReflect

func (x *ListCronJobsResponse) ProtoReflect() protoreflect.Message

func (*ListCronJobsResponse) Reset

func (x *ListCronJobsResponse) Reset()

func (*ListCronJobsResponse) String

func (x *ListCronJobsResponse) String() string

func (*ListCronJobsResponse) Validate

func (m *ListCronJobsResponse) Validate() error

Validate checks the field values on ListCronJobsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCronJobsResponse) ValidateAll

func (m *ListCronJobsResponse) ValidateAll() error

ValidateAll checks the field values on ListCronJobsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCronJobsResponseMultiError, or nil if none found.

type ListCronJobsResponseMultiError

type ListCronJobsResponseMultiError []error

ListCronJobsResponseMultiError is an error wrapping multiple validation errors returned by ListCronJobsResponse.ValidateAll() if the designated constraints aren't met.

func (ListCronJobsResponseMultiError) AllErrors

func (m ListCronJobsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCronJobsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListCronJobsResponseValidationError

type ListCronJobsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListCronJobsResponseValidationError is the validation error returned by ListCronJobsResponse.Validate if the designated constraints aren't met.

func (ListCronJobsResponseValidationError) Cause

Cause function returns cause value.

func (ListCronJobsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListCronJobsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListCronJobsResponseValidationError) Field

Field function returns field value.

func (ListCronJobsResponseValidationError) Key

Key function returns key value.

func (ListCronJobsResponseValidationError) Reason

Reason function returns reason value.

type ListDeploymentsRequest

type ListDeploymentsRequest struct {
	Clientset string       `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string       `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string       `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Options   *ListOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentsRequest) Descriptor deprecated

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

Deprecated: Use ListDeploymentsRequest.ProtoReflect.Descriptor instead.

func (*ListDeploymentsRequest) GetClientset

func (x *ListDeploymentsRequest) GetClientset() string

func (*ListDeploymentsRequest) GetCluster

func (x *ListDeploymentsRequest) GetCluster() string

func (*ListDeploymentsRequest) GetNamespace

func (x *ListDeploymentsRequest) GetNamespace() string

func (*ListDeploymentsRequest) GetOptions

func (x *ListDeploymentsRequest) GetOptions() *ListOptions

func (*ListDeploymentsRequest) ProtoMessage

func (*ListDeploymentsRequest) ProtoMessage()

func (*ListDeploymentsRequest) ProtoReflect

func (x *ListDeploymentsRequest) ProtoReflect() protoreflect.Message

func (*ListDeploymentsRequest) Reset

func (x *ListDeploymentsRequest) Reset()

func (*ListDeploymentsRequest) String

func (x *ListDeploymentsRequest) String() string

func (*ListDeploymentsRequest) Validate

func (m *ListDeploymentsRequest) Validate() error

Validate checks the field values on ListDeploymentsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListDeploymentsRequest) ValidateAll

func (m *ListDeploymentsRequest) ValidateAll() error

ValidateAll checks the field values on ListDeploymentsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListDeploymentsRequestMultiError, or nil if none found.

type ListDeploymentsRequestMultiError

type ListDeploymentsRequestMultiError []error

ListDeploymentsRequestMultiError is an error wrapping multiple validation errors returned by ListDeploymentsRequest.ValidateAll() if the designated constraints aren't met.

func (ListDeploymentsRequestMultiError) AllErrors

func (m ListDeploymentsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListDeploymentsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListDeploymentsRequestValidationError

type ListDeploymentsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListDeploymentsRequestValidationError is the validation error returned by ListDeploymentsRequest.Validate if the designated constraints aren't met.

func (ListDeploymentsRequestValidationError) Cause

Cause function returns cause value.

func (ListDeploymentsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListDeploymentsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListDeploymentsRequestValidationError) Field

Field function returns field value.

func (ListDeploymentsRequestValidationError) Key

Key function returns key value.

func (ListDeploymentsRequestValidationError) Reason

Reason function returns reason value.

type ListDeploymentsResponse

type ListDeploymentsResponse struct {
	Deployments []*Deployment `protobuf:"bytes,1,rep,name=deployments,proto3" json:"deployments,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentsResponse) Descriptor deprecated

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

Deprecated: Use ListDeploymentsResponse.ProtoReflect.Descriptor instead.

func (*ListDeploymentsResponse) GetDeployments

func (x *ListDeploymentsResponse) GetDeployments() []*Deployment

func (*ListDeploymentsResponse) ProtoMessage

func (*ListDeploymentsResponse) ProtoMessage()

func (*ListDeploymentsResponse) ProtoReflect

func (x *ListDeploymentsResponse) ProtoReflect() protoreflect.Message

func (*ListDeploymentsResponse) Reset

func (x *ListDeploymentsResponse) Reset()

func (*ListDeploymentsResponse) String

func (x *ListDeploymentsResponse) String() string

func (*ListDeploymentsResponse) Validate

func (m *ListDeploymentsResponse) Validate() error

Validate checks the field values on ListDeploymentsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListDeploymentsResponse) ValidateAll

func (m *ListDeploymentsResponse) ValidateAll() error

ValidateAll checks the field values on ListDeploymentsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListDeploymentsResponseMultiError, or nil if none found.

type ListDeploymentsResponseMultiError

type ListDeploymentsResponseMultiError []error

ListDeploymentsResponseMultiError is an error wrapping multiple validation errors returned by ListDeploymentsResponse.ValidateAll() if the designated constraints aren't met.

func (ListDeploymentsResponseMultiError) AllErrors

func (m ListDeploymentsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListDeploymentsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListDeploymentsResponseValidationError

type ListDeploymentsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListDeploymentsResponseValidationError is the validation error returned by ListDeploymentsResponse.Validate if the designated constraints aren't met.

func (ListDeploymentsResponseValidationError) Cause

Cause function returns cause value.

func (ListDeploymentsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListDeploymentsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListDeploymentsResponseValidationError) Field

Field function returns field value.

func (ListDeploymentsResponseValidationError) Key

Key function returns key value.

func (ListDeploymentsResponseValidationError) Reason

Reason function returns reason value.

type ListEventsRequest

type ListEventsRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// name of the object i.e pod name, deployment name, etc
	ObjectName string `protobuf:"bytes,4,opt,name=object_name,json=objectName,proto3" json:"object_name,omitempty"`
	// kind of the object e.g pod, deployment, service, etc
	// https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	Kind ObjectKind `protobuf:"varint,5,opt,name=kind,proto3,enum=clutch.k8s.v1.ObjectKind" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventsRequest) Descriptor deprecated

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

Deprecated: Use ListEventsRequest.ProtoReflect.Descriptor instead.

func (*ListEventsRequest) GetClientset

func (x *ListEventsRequest) GetClientset() string

func (*ListEventsRequest) GetCluster

func (x *ListEventsRequest) GetCluster() string

func (*ListEventsRequest) GetKind

func (x *ListEventsRequest) GetKind() ObjectKind

func (*ListEventsRequest) GetNamespace

func (x *ListEventsRequest) GetNamespace() string

func (*ListEventsRequest) GetObjectName

func (x *ListEventsRequest) GetObjectName() string

func (*ListEventsRequest) ProtoMessage

func (*ListEventsRequest) ProtoMessage()

func (*ListEventsRequest) ProtoReflect

func (x *ListEventsRequest) ProtoReflect() protoreflect.Message

func (*ListEventsRequest) Reset

func (x *ListEventsRequest) Reset()

func (*ListEventsRequest) String

func (x *ListEventsRequest) String() string

func (*ListEventsRequest) Validate

func (m *ListEventsRequest) Validate() error

Validate checks the field values on ListEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListEventsRequest) ValidateAll

func (m *ListEventsRequest) ValidateAll() error

ValidateAll checks the field values on ListEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListEventsRequestMultiError, or nil if none found.

type ListEventsRequestMultiError

type ListEventsRequestMultiError []error

ListEventsRequestMultiError is an error wrapping multiple validation errors returned by ListEventsRequest.ValidateAll() if the designated constraints aren't met.

func (ListEventsRequestMultiError) AllErrors

func (m ListEventsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListEventsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListEventsRequestValidationError

type ListEventsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListEventsRequestValidationError is the validation error returned by ListEventsRequest.Validate if the designated constraints aren't met.

func (ListEventsRequestValidationError) Cause

Cause function returns cause value.

func (ListEventsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListEventsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListEventsRequestValidationError) Field

Field function returns field value.

func (ListEventsRequestValidationError) Key

Key function returns key value.

func (ListEventsRequestValidationError) Reason

Reason function returns reason value.

type ListEventsResponse

type ListEventsResponse struct {
	Events []*Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventsResponse) Descriptor deprecated

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

Deprecated: Use ListEventsResponse.ProtoReflect.Descriptor instead.

func (*ListEventsResponse) GetEvents

func (x *ListEventsResponse) GetEvents() []*Event

func (*ListEventsResponse) ProtoMessage

func (*ListEventsResponse) ProtoMessage()

func (*ListEventsResponse) ProtoReflect

func (x *ListEventsResponse) ProtoReflect() protoreflect.Message

func (*ListEventsResponse) Reset

func (x *ListEventsResponse) Reset()

func (*ListEventsResponse) String

func (x *ListEventsResponse) String() string

func (*ListEventsResponse) Validate

func (m *ListEventsResponse) Validate() error

Validate checks the field values on ListEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListEventsResponse) ValidateAll

func (m *ListEventsResponse) ValidateAll() error

ValidateAll checks the field values on ListEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListEventsResponseMultiError, or nil if none found.

type ListEventsResponseMultiError

type ListEventsResponseMultiError []error

ListEventsResponseMultiError is an error wrapping multiple validation errors returned by ListEventsResponse.ValidateAll() if the designated constraints aren't met.

func (ListEventsResponseMultiError) AllErrors

func (m ListEventsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListEventsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListEventsResponseValidationError

type ListEventsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListEventsResponseValidationError is the validation error returned by ListEventsResponse.Validate if the designated constraints aren't met.

func (ListEventsResponseValidationError) Cause

Cause function returns cause value.

func (ListEventsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListEventsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListEventsResponseValidationError) Field

Field function returns field value.

func (ListEventsResponseValidationError) Key

Key function returns key value.

func (ListEventsResponseValidationError) Reason

Reason function returns reason value.

type ListJobsRequest

type ListJobsRequest struct {
	Clientset string       `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string       `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string       `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Options   *ListOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListJobsRequest) Descriptor deprecated

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

Deprecated: Use ListJobsRequest.ProtoReflect.Descriptor instead.

func (*ListJobsRequest) GetClientset

func (x *ListJobsRequest) GetClientset() string

func (*ListJobsRequest) GetCluster

func (x *ListJobsRequest) GetCluster() string

func (*ListJobsRequest) GetNamespace

func (x *ListJobsRequest) GetNamespace() string

func (*ListJobsRequest) GetOptions

func (x *ListJobsRequest) GetOptions() *ListOptions

func (*ListJobsRequest) ProtoMessage

func (*ListJobsRequest) ProtoMessage()

func (*ListJobsRequest) ProtoReflect

func (x *ListJobsRequest) ProtoReflect() protoreflect.Message

func (*ListJobsRequest) Reset

func (x *ListJobsRequest) Reset()

func (*ListJobsRequest) String

func (x *ListJobsRequest) String() string

func (*ListJobsRequest) Validate

func (m *ListJobsRequest) Validate() error

Validate checks the field values on ListJobsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListJobsRequest) ValidateAll

func (m *ListJobsRequest) ValidateAll() error

ValidateAll checks the field values on ListJobsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListJobsRequestMultiError, or nil if none found.

type ListJobsRequestMultiError

type ListJobsRequestMultiError []error

ListJobsRequestMultiError is an error wrapping multiple validation errors returned by ListJobsRequest.ValidateAll() if the designated constraints aren't met.

func (ListJobsRequestMultiError) AllErrors

func (m ListJobsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListJobsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListJobsRequestValidationError

type ListJobsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListJobsRequestValidationError is the validation error returned by ListJobsRequest.Validate if the designated constraints aren't met.

func (ListJobsRequestValidationError) Cause

Cause function returns cause value.

func (ListJobsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListJobsRequestValidationError) ErrorName

func (e ListJobsRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ListJobsRequestValidationError) Field

Field function returns field value.

func (ListJobsRequestValidationError) Key

Key function returns key value.

func (ListJobsRequestValidationError) Reason

Reason function returns reason value.

type ListJobsResponse

type ListJobsResponse struct {
	Jobs []*Job `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListJobsResponse) Descriptor deprecated

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

Deprecated: Use ListJobsResponse.ProtoReflect.Descriptor instead.

func (*ListJobsResponse) GetJobs

func (x *ListJobsResponse) GetJobs() []*Job

func (*ListJobsResponse) ProtoMessage

func (*ListJobsResponse) ProtoMessage()

func (*ListJobsResponse) ProtoReflect

func (x *ListJobsResponse) ProtoReflect() protoreflect.Message

func (*ListJobsResponse) Reset

func (x *ListJobsResponse) Reset()

func (*ListJobsResponse) String

func (x *ListJobsResponse) String() string

func (*ListJobsResponse) Validate

func (m *ListJobsResponse) Validate() error

Validate checks the field values on ListJobsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListJobsResponse) ValidateAll

func (m *ListJobsResponse) ValidateAll() error

ValidateAll checks the field values on ListJobsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListJobsResponseMultiError, or nil if none found.

type ListJobsResponseMultiError

type ListJobsResponseMultiError []error

ListJobsResponseMultiError is an error wrapping multiple validation errors returned by ListJobsResponse.ValidateAll() if the designated constraints aren't met.

func (ListJobsResponseMultiError) AllErrors

func (m ListJobsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListJobsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListJobsResponseValidationError

type ListJobsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListJobsResponseValidationError is the validation error returned by ListJobsResponse.Validate if the designated constraints aren't met.

func (ListJobsResponseValidationError) Cause

Cause function returns cause value.

func (ListJobsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListJobsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListJobsResponseValidationError) Field

Field function returns field value.

func (ListJobsResponseValidationError) Key

Key function returns key value.

func (ListJobsResponseValidationError) Reason

Reason function returns reason value.

type ListNamespaceEventsRequest

type ListNamespaceEventsRequest struct {
	Clientset string      `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string      `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string      `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Types     []EventType `protobuf:"varint,4,rep,packed,name=types,proto3,enum=clutch.k8s.v1.EventType" json:"types,omitempty"` // Note object kind is Pod, in the future may support nodes as well
	// contains filtered or unexported fields
}

func (*ListNamespaceEventsRequest) Descriptor deprecated

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

Deprecated: Use ListNamespaceEventsRequest.ProtoReflect.Descriptor instead.

func (*ListNamespaceEventsRequest) GetClientset

func (x *ListNamespaceEventsRequest) GetClientset() string

func (*ListNamespaceEventsRequest) GetCluster

func (x *ListNamespaceEventsRequest) GetCluster() string

func (*ListNamespaceEventsRequest) GetNamespace

func (x *ListNamespaceEventsRequest) GetNamespace() string

func (*ListNamespaceEventsRequest) GetTypes

func (x *ListNamespaceEventsRequest) GetTypes() []EventType

func (*ListNamespaceEventsRequest) ProtoMessage

func (*ListNamespaceEventsRequest) ProtoMessage()

func (*ListNamespaceEventsRequest) ProtoReflect

func (*ListNamespaceEventsRequest) Reset

func (x *ListNamespaceEventsRequest) Reset()

func (*ListNamespaceEventsRequest) String

func (x *ListNamespaceEventsRequest) String() string

func (*ListNamespaceEventsRequest) Validate

func (m *ListNamespaceEventsRequest) Validate() error

Validate checks the field values on ListNamespaceEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNamespaceEventsRequest) ValidateAll

func (m *ListNamespaceEventsRequest) ValidateAll() error

ValidateAll checks the field values on ListNamespaceEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNamespaceEventsRequestMultiError, or nil if none found.

type ListNamespaceEventsRequestMultiError

type ListNamespaceEventsRequestMultiError []error

ListNamespaceEventsRequestMultiError is an error wrapping multiple validation errors returned by ListNamespaceEventsRequest.ValidateAll() if the designated constraints aren't met.

func (ListNamespaceEventsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListNamespaceEventsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListNamespaceEventsRequestValidationError

type ListNamespaceEventsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListNamespaceEventsRequestValidationError is the validation error returned by ListNamespaceEventsRequest.Validate if the designated constraints aren't met.

func (ListNamespaceEventsRequestValidationError) Cause

Cause function returns cause value.

func (ListNamespaceEventsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListNamespaceEventsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListNamespaceEventsRequestValidationError) Field

Field function returns field value.

func (ListNamespaceEventsRequestValidationError) Key

Key function returns key value.

func (ListNamespaceEventsRequestValidationError) Reason

Reason function returns reason value.

type ListNamespaceEventsResponse

type ListNamespaceEventsResponse struct {
	Events []*Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespaceEventsResponse) Descriptor deprecated

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

Deprecated: Use ListNamespaceEventsResponse.ProtoReflect.Descriptor instead.

func (*ListNamespaceEventsResponse) GetEvents

func (x *ListNamespaceEventsResponse) GetEvents() []*Event

func (*ListNamespaceEventsResponse) ProtoMessage

func (*ListNamespaceEventsResponse) ProtoMessage()

func (*ListNamespaceEventsResponse) ProtoReflect

func (*ListNamespaceEventsResponse) Reset

func (x *ListNamespaceEventsResponse) Reset()

func (*ListNamespaceEventsResponse) String

func (x *ListNamespaceEventsResponse) String() string

func (*ListNamespaceEventsResponse) Validate

func (m *ListNamespaceEventsResponse) Validate() error

Validate checks the field values on ListNamespaceEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNamespaceEventsResponse) ValidateAll

func (m *ListNamespaceEventsResponse) ValidateAll() error

ValidateAll checks the field values on ListNamespaceEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNamespaceEventsResponseMultiError, or nil if none found.

type ListNamespaceEventsResponseMultiError

type ListNamespaceEventsResponseMultiError []error

ListNamespaceEventsResponseMultiError is an error wrapping multiple validation errors returned by ListNamespaceEventsResponse.ValidateAll() if the designated constraints aren't met.

func (ListNamespaceEventsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListNamespaceEventsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListNamespaceEventsResponseValidationError

type ListNamespaceEventsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListNamespaceEventsResponseValidationError is the validation error returned by ListNamespaceEventsResponse.Validate if the designated constraints aren't met.

func (ListNamespaceEventsResponseValidationError) Cause

Cause function returns cause value.

func (ListNamespaceEventsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListNamespaceEventsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListNamespaceEventsResponseValidationError) Field

Field function returns field value.

func (ListNamespaceEventsResponseValidationError) Key

Key function returns key value.

func (ListNamespaceEventsResponseValidationError) Reason

Reason function returns reason value.

type ListOptions

type ListOptions struct {
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// This selector string will be concatenated to the string that is
	// formed from formatting the labels.
	// This is useful in the case of having Set-based selectors rather
	// than just equality-based selectors which is how the map is formatted.
	SupplementalSelectorString string `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListOptions) Descriptor deprecated

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

Deprecated: Use ListOptions.ProtoReflect.Descriptor instead.

func (*ListOptions) GetLabels

func (x *ListOptions) GetLabels() map[string]string

func (*ListOptions) GetSupplementalSelectorString

func (x *ListOptions) GetSupplementalSelectorString() string

func (*ListOptions) ProtoMessage

func (*ListOptions) ProtoMessage()

func (*ListOptions) ProtoReflect

func (x *ListOptions) ProtoReflect() protoreflect.Message

func (*ListOptions) Reset

func (x *ListOptions) Reset()

func (*ListOptions) String

func (x *ListOptions) String() string

func (*ListOptions) Validate

func (m *ListOptions) Validate() error

Validate checks the field values on ListOptions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOptions) ValidateAll

func (m *ListOptions) ValidateAll() error

ValidateAll checks the field values on ListOptions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOptionsMultiError, or nil if none found.

type ListOptionsMultiError

type ListOptionsMultiError []error

ListOptionsMultiError is an error wrapping multiple validation errors returned by ListOptions.ValidateAll() if the designated constraints aren't met.

func (ListOptionsMultiError) AllErrors

func (m ListOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListOptionsMultiError) Error

func (m ListOptionsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ListOptionsValidationError

type ListOptionsValidationError struct {
	// contains filtered or unexported fields
}

ListOptionsValidationError is the validation error returned by ListOptions.Validate if the designated constraints aren't met.

func (ListOptionsValidationError) Cause

Cause function returns cause value.

func (ListOptionsValidationError) Error

Error satisfies the builtin error interface

func (ListOptionsValidationError) ErrorName

func (e ListOptionsValidationError) ErrorName() string

ErrorName returns error name.

func (ListOptionsValidationError) Field

Field function returns field value.

func (ListOptionsValidationError) Key

Key function returns key value.

func (ListOptionsValidationError) Reason

Reason function returns reason value.

type ListPodsRequest

type ListPodsRequest struct {
	Clientset string       `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string       `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string       `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Options   *ListOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPodsRequest) Descriptor deprecated

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

Deprecated: Use ListPodsRequest.ProtoReflect.Descriptor instead.

func (*ListPodsRequest) GetClientset

func (x *ListPodsRequest) GetClientset() string

func (*ListPodsRequest) GetCluster

func (x *ListPodsRequest) GetCluster() string

func (*ListPodsRequest) GetNamespace

func (x *ListPodsRequest) GetNamespace() string

func (*ListPodsRequest) GetOptions

func (x *ListPodsRequest) GetOptions() *ListOptions

func (*ListPodsRequest) ProtoMessage

func (*ListPodsRequest) ProtoMessage()

func (*ListPodsRequest) ProtoReflect

func (x *ListPodsRequest) ProtoReflect() protoreflect.Message

func (*ListPodsRequest) Reset

func (x *ListPodsRequest) Reset()

func (*ListPodsRequest) String

func (x *ListPodsRequest) String() string

func (*ListPodsRequest) Validate

func (m *ListPodsRequest) Validate() error

Validate checks the field values on ListPodsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPodsRequest) ValidateAll

func (m *ListPodsRequest) ValidateAll() error

ValidateAll checks the field values on ListPodsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPodsRequestMultiError, or nil if none found.

type ListPodsRequestMultiError

type ListPodsRequestMultiError []error

ListPodsRequestMultiError is an error wrapping multiple validation errors returned by ListPodsRequest.ValidateAll() if the designated constraints aren't met.

func (ListPodsRequestMultiError) AllErrors

func (m ListPodsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPodsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListPodsRequestValidationError

type ListPodsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListPodsRequestValidationError is the validation error returned by ListPodsRequest.Validate if the designated constraints aren't met.

func (ListPodsRequestValidationError) Cause

Cause function returns cause value.

func (ListPodsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListPodsRequestValidationError) ErrorName

func (e ListPodsRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ListPodsRequestValidationError) Field

Field function returns field value.

func (ListPodsRequestValidationError) Key

Key function returns key value.

func (ListPodsRequestValidationError) Reason

Reason function returns reason value.

type ListPodsResponse

type ListPodsResponse struct {
	Pods            []*Pod           `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty"`
	PartialFailures []*status.Status `protobuf:"bytes,2,rep,name=partial_failures,json=partialFailures,proto3" json:"partial_failures,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPodsResponse) Descriptor deprecated

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

Deprecated: Use ListPodsResponse.ProtoReflect.Descriptor instead.

func (*ListPodsResponse) GetPartialFailures

func (x *ListPodsResponse) GetPartialFailures() []*status.Status

func (*ListPodsResponse) GetPods

func (x *ListPodsResponse) GetPods() []*Pod

func (*ListPodsResponse) ProtoMessage

func (*ListPodsResponse) ProtoMessage()

func (*ListPodsResponse) ProtoReflect

func (x *ListPodsResponse) ProtoReflect() protoreflect.Message

func (*ListPodsResponse) Reset

func (x *ListPodsResponse) Reset()

func (*ListPodsResponse) String

func (x *ListPodsResponse) String() string

func (*ListPodsResponse) Validate

func (m *ListPodsResponse) Validate() error

Validate checks the field values on ListPodsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPodsResponse) ValidateAll

func (m *ListPodsResponse) ValidateAll() error

ValidateAll checks the field values on ListPodsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPodsResponseMultiError, or nil if none found.

type ListPodsResponseMultiError

type ListPodsResponseMultiError []error

ListPodsResponseMultiError is an error wrapping multiple validation errors returned by ListPodsResponse.ValidateAll() if the designated constraints aren't met.

func (ListPodsResponseMultiError) AllErrors

func (m ListPodsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPodsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListPodsResponseValidationError

type ListPodsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListPodsResponseValidationError is the validation error returned by ListPodsResponse.Validate if the designated constraints aren't met.

func (ListPodsResponseValidationError) Cause

Cause function returns cause value.

func (ListPodsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListPodsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListPodsResponseValidationError) Field

Field function returns field value.

func (ListPodsResponseValidationError) Key

Key function returns key value.

func (ListPodsResponseValidationError) Reason

Reason function returns reason value.

type ListServicesRequest

type ListServicesRequest struct {
	Clientset string       `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string       `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string       `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Options   *ListOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServicesRequest) Descriptor deprecated

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

Deprecated: Use ListServicesRequest.ProtoReflect.Descriptor instead.

func (*ListServicesRequest) GetClientset

func (x *ListServicesRequest) GetClientset() string

func (*ListServicesRequest) GetCluster

func (x *ListServicesRequest) GetCluster() string

func (*ListServicesRequest) GetNamespace

func (x *ListServicesRequest) GetNamespace() string

func (*ListServicesRequest) GetOptions

func (x *ListServicesRequest) GetOptions() *ListOptions

func (*ListServicesRequest) ProtoMessage

func (*ListServicesRequest) ProtoMessage()

func (*ListServicesRequest) ProtoReflect

func (x *ListServicesRequest) ProtoReflect() protoreflect.Message

func (*ListServicesRequest) Reset

func (x *ListServicesRequest) Reset()

func (*ListServicesRequest) String

func (x *ListServicesRequest) String() string

func (*ListServicesRequest) Validate

func (m *ListServicesRequest) Validate() error

Validate checks the field values on ListServicesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListServicesRequest) ValidateAll

func (m *ListServicesRequest) ValidateAll() error

ValidateAll checks the field values on ListServicesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListServicesRequestMultiError, or nil if none found.

type ListServicesRequestMultiError

type ListServicesRequestMultiError []error

ListServicesRequestMultiError is an error wrapping multiple validation errors returned by ListServicesRequest.ValidateAll() if the designated constraints aren't met.

func (ListServicesRequestMultiError) AllErrors

func (m ListServicesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListServicesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListServicesRequestValidationError

type ListServicesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListServicesRequestValidationError is the validation error returned by ListServicesRequest.Validate if the designated constraints aren't met.

func (ListServicesRequestValidationError) Cause

Cause function returns cause value.

func (ListServicesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListServicesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListServicesRequestValidationError) Field

Field function returns field value.

func (ListServicesRequestValidationError) Key

Key function returns key value.

func (ListServicesRequestValidationError) Reason

Reason function returns reason value.

type ListServicesResponse

type ListServicesResponse struct {
	Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServicesResponse) Descriptor deprecated

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

Deprecated: Use ListServicesResponse.ProtoReflect.Descriptor instead.

func (*ListServicesResponse) GetServices

func (x *ListServicesResponse) GetServices() []*Service

func (*ListServicesResponse) ProtoMessage

func (*ListServicesResponse) ProtoMessage()

func (*ListServicesResponse) ProtoReflect

func (x *ListServicesResponse) ProtoReflect() protoreflect.Message

func (*ListServicesResponse) Reset

func (x *ListServicesResponse) Reset()

func (*ListServicesResponse) String

func (x *ListServicesResponse) String() string

func (*ListServicesResponse) Validate

func (m *ListServicesResponse) Validate() error

Validate checks the field values on ListServicesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListServicesResponse) ValidateAll

func (m *ListServicesResponse) ValidateAll() error

ValidateAll checks the field values on ListServicesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListServicesResponseMultiError, or nil if none found.

type ListServicesResponseMultiError

type ListServicesResponseMultiError []error

ListServicesResponseMultiError is an error wrapping multiple validation errors returned by ListServicesResponse.ValidateAll() if the designated constraints aren't met.

func (ListServicesResponseMultiError) AllErrors

func (m ListServicesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListServicesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListServicesResponseValidationError

type ListServicesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListServicesResponseValidationError is the validation error returned by ListServicesResponse.Validate if the designated constraints aren't met.

func (ListServicesResponseValidationError) Cause

Cause function returns cause value.

func (ListServicesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListServicesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListServicesResponseValidationError) Field

Field function returns field value.

func (ListServicesResponseValidationError) Key

Key function returns key value.

func (ListServicesResponseValidationError) Reason

Reason function returns reason value.

type ListStatefulSetsRequest

type ListStatefulSetsRequest struct {
	Clientset string       `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string       `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string       `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Options   *ListOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListStatefulSetsRequest) Descriptor deprecated

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

Deprecated: Use ListStatefulSetsRequest.ProtoReflect.Descriptor instead.

func (*ListStatefulSetsRequest) GetClientset

func (x *ListStatefulSetsRequest) GetClientset() string

func (*ListStatefulSetsRequest) GetCluster

func (x *ListStatefulSetsRequest) GetCluster() string

func (*ListStatefulSetsRequest) GetNamespace

func (x *ListStatefulSetsRequest) GetNamespace() string

func (*ListStatefulSetsRequest) GetOptions

func (x *ListStatefulSetsRequest) GetOptions() *ListOptions

func (*ListStatefulSetsRequest) ProtoMessage

func (*ListStatefulSetsRequest) ProtoMessage()

func (*ListStatefulSetsRequest) ProtoReflect

func (x *ListStatefulSetsRequest) ProtoReflect() protoreflect.Message

func (*ListStatefulSetsRequest) Reset

func (x *ListStatefulSetsRequest) Reset()

func (*ListStatefulSetsRequest) String

func (x *ListStatefulSetsRequest) String() string

func (*ListStatefulSetsRequest) Validate

func (m *ListStatefulSetsRequest) Validate() error

Validate checks the field values on ListStatefulSetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListStatefulSetsRequest) ValidateAll

func (m *ListStatefulSetsRequest) ValidateAll() error

ValidateAll checks the field values on ListStatefulSetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListStatefulSetsRequestMultiError, or nil if none found.

type ListStatefulSetsRequestMultiError

type ListStatefulSetsRequestMultiError []error

ListStatefulSetsRequestMultiError is an error wrapping multiple validation errors returned by ListStatefulSetsRequest.ValidateAll() if the designated constraints aren't met.

func (ListStatefulSetsRequestMultiError) AllErrors

func (m ListStatefulSetsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListStatefulSetsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListStatefulSetsRequestValidationError

type ListStatefulSetsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListStatefulSetsRequestValidationError is the validation error returned by ListStatefulSetsRequest.Validate if the designated constraints aren't met.

func (ListStatefulSetsRequestValidationError) Cause

Cause function returns cause value.

func (ListStatefulSetsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListStatefulSetsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListStatefulSetsRequestValidationError) Field

Field function returns field value.

func (ListStatefulSetsRequestValidationError) Key

Key function returns key value.

func (ListStatefulSetsRequestValidationError) Reason

Reason function returns reason value.

type ListStatefulSetsResponse

type ListStatefulSetsResponse struct {
	StatefulSets []*StatefulSet `protobuf:"bytes,1,rep,name=stateful_sets,json=statefulSets,proto3" json:"stateful_sets,omitempty"`
	// contains filtered or unexported fields
}

func (*ListStatefulSetsResponse) Descriptor deprecated

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

Deprecated: Use ListStatefulSetsResponse.ProtoReflect.Descriptor instead.

func (*ListStatefulSetsResponse) GetStatefulSets

func (x *ListStatefulSetsResponse) GetStatefulSets() []*StatefulSet

func (*ListStatefulSetsResponse) ProtoMessage

func (*ListStatefulSetsResponse) ProtoMessage()

func (*ListStatefulSetsResponse) ProtoReflect

func (x *ListStatefulSetsResponse) ProtoReflect() protoreflect.Message

func (*ListStatefulSetsResponse) Reset

func (x *ListStatefulSetsResponse) Reset()

func (*ListStatefulSetsResponse) String

func (x *ListStatefulSetsResponse) String() string

func (*ListStatefulSetsResponse) Validate

func (m *ListStatefulSetsResponse) Validate() error

Validate checks the field values on ListStatefulSetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListStatefulSetsResponse) ValidateAll

func (m *ListStatefulSetsResponse) ValidateAll() error

ValidateAll checks the field values on ListStatefulSetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListStatefulSetsResponseMultiError, or nil if none found.

type ListStatefulSetsResponseMultiError

type ListStatefulSetsResponseMultiError []error

ListStatefulSetsResponseMultiError is an error wrapping multiple validation errors returned by ListStatefulSetsResponse.ValidateAll() if the designated constraints aren't met.

func (ListStatefulSetsResponseMultiError) AllErrors

func (m ListStatefulSetsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListStatefulSetsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListStatefulSetsResponseValidationError

type ListStatefulSetsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListStatefulSetsResponseValidationError is the validation error returned by ListStatefulSetsResponse.Validate if the designated constraints aren't met.

func (ListStatefulSetsResponseValidationError) Cause

Cause function returns cause value.

func (ListStatefulSetsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListStatefulSetsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListStatefulSetsResponseValidationError) Field

Field function returns field value.

func (ListStatefulSetsResponseValidationError) Key

Key function returns key value.

func (ListStatefulSetsResponseValidationError) Reason

Reason function returns reason value.

type Namespace

type Namespace struct {
	Cluster     string            `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Name        string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Namespace) Descriptor deprecated

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

Deprecated: Use Namespace.ProtoReflect.Descriptor instead.

func (*Namespace) GetAnnotations

func (x *Namespace) GetAnnotations() map[string]string

func (*Namespace) GetCluster

func (x *Namespace) GetCluster() string

func (*Namespace) GetLabels

func (x *Namespace) GetLabels() map[string]string

func (*Namespace) GetName

func (x *Namespace) GetName() string

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) ProtoReflect

func (x *Namespace) ProtoReflect() protoreflect.Message

func (*Namespace) Reset

func (x *Namespace) Reset()

func (*Namespace) String

func (x *Namespace) String() string

func (*Namespace) Validate

func (m *Namespace) Validate() error

Validate checks the field values on Namespace with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Namespace) ValidateAll

func (m *Namespace) ValidateAll() error

ValidateAll checks the field values on Namespace with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamespaceMultiError, or nil if none found.

type NamespaceMultiError

type NamespaceMultiError []error

NamespaceMultiError is an error wrapping multiple validation errors returned by Namespace.ValidateAll() if the designated constraints aren't met.

func (NamespaceMultiError) AllErrors

func (m NamespaceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamespaceMultiError) Error

func (m NamespaceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NamespaceValidationError

type NamespaceValidationError struct {
	// contains filtered or unexported fields
}

NamespaceValidationError is the validation error returned by Namespace.Validate if the designated constraints aren't met.

func (NamespaceValidationError) Cause

func (e NamespaceValidationError) Cause() error

Cause function returns cause value.

func (NamespaceValidationError) Error

func (e NamespaceValidationError) Error() string

Error satisfies the builtin error interface

func (NamespaceValidationError) ErrorName

func (e NamespaceValidationError) ErrorName() string

ErrorName returns error name.

func (NamespaceValidationError) Field

func (e NamespaceValidationError) Field() string

Field function returns field value.

func (NamespaceValidationError) Key

Key function returns key value.

func (NamespaceValidationError) Reason

func (e NamespaceValidationError) Reason() string

Reason function returns reason value.

type Node

type Node struct {
	Name          string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Cluster       string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Unschedulable bool   `protobuf:"varint,3,opt,name=unschedulable,proto3" json:"unschedulable,omitempty"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

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

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetCluster

func (x *Node) GetCluster() string

func (*Node) GetName

func (x *Node) GetName() string

func (*Node) GetUnschedulable

func (x *Node) GetUnschedulable() bool

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

func (x *Node) ProtoReflect() protoreflect.Message

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

func (*Node) Validate

func (m *Node) Validate() error

Validate checks the field values on Node with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Node) ValidateAll

func (m *Node) ValidateAll() error

ValidateAll checks the field values on Node with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NodeMultiError, or nil if none found.

type NodeMultiError

type NodeMultiError []error

NodeMultiError is an error wrapping multiple validation errors returned by Node.ValidateAll() if the designated constraints aren't met.

func (NodeMultiError) AllErrors

func (m NodeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NodeMultiError) Error

func (m NodeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NodeValidationError

type NodeValidationError struct {
	// contains filtered or unexported fields
}

NodeValidationError is the validation error returned by Node.Validate if the designated constraints aren't met.

func (NodeValidationError) Cause

func (e NodeValidationError) Cause() error

Cause function returns cause value.

func (NodeValidationError) Error

func (e NodeValidationError) Error() string

Error satisfies the builtin error interface

func (NodeValidationError) ErrorName

func (e NodeValidationError) ErrorName() string

ErrorName returns error name.

func (NodeValidationError) Field

func (e NodeValidationError) Field() string

Field function returns field value.

func (NodeValidationError) Key

func (e NodeValidationError) Key() bool

Key function returns key value.

func (NodeValidationError) Reason

func (e NodeValidationError) Reason() string

Reason function returns reason value.

type NullableString

type NullableString struct {

	// Types that are assignable to Kind:
	//
	//	*NullableString_Null
	//	*NullableString_Value
	Kind isNullableString_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

This message type is used to add support for nullable strings and is an alternative to the well-known `StringValue` type. We need it, because the grpc-gateway used by Clutch deserializes a null `StringValue` as an empty string.

func (*NullableString) Descriptor deprecated

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

Deprecated: Use NullableString.ProtoReflect.Descriptor instead.

func (*NullableString) GetKind

func (m *NullableString) GetKind() isNullableString_Kind

func (*NullableString) GetNull

func (x *NullableString) GetNull() structpb.NullValue

func (*NullableString) GetValue

func (x *NullableString) GetValue() string

func (*NullableString) ProtoMessage

func (*NullableString) ProtoMessage()

func (*NullableString) ProtoReflect

func (x *NullableString) ProtoReflect() protoreflect.Message

func (*NullableString) Reset

func (x *NullableString) Reset()

func (*NullableString) String

func (x *NullableString) String() string

func (*NullableString) Validate

func (m *NullableString) Validate() error

Validate checks the field values on NullableString with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NullableString) ValidateAll

func (m *NullableString) ValidateAll() error

ValidateAll checks the field values on NullableString with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NullableStringMultiError, or nil if none found.

type NullableStringMultiError

type NullableStringMultiError []error

NullableStringMultiError is an error wrapping multiple validation errors returned by NullableString.ValidateAll() if the designated constraints aren't met.

func (NullableStringMultiError) AllErrors

func (m NullableStringMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NullableStringMultiError) Error

func (m NullableStringMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NullableStringValidationError

type NullableStringValidationError struct {
	// contains filtered or unexported fields
}

NullableStringValidationError is the validation error returned by NullableString.Validate if the designated constraints aren't met.

func (NullableStringValidationError) Cause

Cause function returns cause value.

func (NullableStringValidationError) Error

Error satisfies the builtin error interface

func (NullableStringValidationError) ErrorName

func (e NullableStringValidationError) ErrorName() string

ErrorName returns error name.

func (NullableStringValidationError) Field

Field function returns field value.

func (NullableStringValidationError) Key

Key function returns key value.

func (NullableStringValidationError) Reason

Reason function returns reason value.

type NullableString_Null

type NullableString_Null struct {
	Null structpb.NullValue `protobuf:"varint,1,opt,name=null,proto3,enum=google.protobuf.NullValue,oneof"`
}

type NullableString_Value

type NullableString_Value struct {
	Value string `protobuf:"bytes,2,opt,name=value,proto3,oneof"`
}

type ObjectKind

type ObjectKind int32

ObjectKind represent a persistent entity in the system For now we only support the kind Pod, we can expand on this list as we add support for different kinds.

const (
	ObjectKind_UNSPECIFIED ObjectKind = 0
	ObjectKind_UNKNOWN     ObjectKind = 1
	ObjectKind_POD         ObjectKind = 2
)

func (ObjectKind) Descriptor

func (ObjectKind) Descriptor() protoreflect.EnumDescriptor

func (ObjectKind) Enum

func (x ObjectKind) Enum() *ObjectKind

func (ObjectKind) EnumDescriptor deprecated

func (ObjectKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use ObjectKind.Descriptor instead.

func (ObjectKind) Number

func (x ObjectKind) Number() protoreflect.EnumNumber

func (ObjectKind) String

func (x ObjectKind) String() string

func (ObjectKind) Type

type ObjectMetaFields

type ObjectMetaFields struct {
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

Metadata fields to update when updating an object

func (*ObjectMetaFields) Descriptor deprecated

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

Deprecated: Use ObjectMetaFields.ProtoReflect.Descriptor instead.

func (*ObjectMetaFields) GetAnnotations

func (x *ObjectMetaFields) GetAnnotations() map[string]string

func (*ObjectMetaFields) GetLabels

func (x *ObjectMetaFields) GetLabels() map[string]string

func (*ObjectMetaFields) ProtoMessage

func (*ObjectMetaFields) ProtoMessage()

func (*ObjectMetaFields) ProtoReflect

func (x *ObjectMetaFields) ProtoReflect() protoreflect.Message

func (*ObjectMetaFields) Reset

func (x *ObjectMetaFields) Reset()

func (*ObjectMetaFields) String

func (x *ObjectMetaFields) String() string

func (*ObjectMetaFields) Validate

func (m *ObjectMetaFields) Validate() error

Validate checks the field values on ObjectMetaFields with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ObjectMetaFields) ValidateAll

func (m *ObjectMetaFields) ValidateAll() error

ValidateAll checks the field values on ObjectMetaFields with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ObjectMetaFieldsMultiError, or nil if none found.

type ObjectMetaFieldsMultiError

type ObjectMetaFieldsMultiError []error

ObjectMetaFieldsMultiError is an error wrapping multiple validation errors returned by ObjectMetaFields.ValidateAll() if the designated constraints aren't met.

func (ObjectMetaFieldsMultiError) AllErrors

func (m ObjectMetaFieldsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ObjectMetaFieldsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ObjectMetaFieldsValidationError

type ObjectMetaFieldsValidationError struct {
	// contains filtered or unexported fields
}

ObjectMetaFieldsValidationError is the validation error returned by ObjectMetaFields.Validate if the designated constraints aren't met.

func (ObjectMetaFieldsValidationError) Cause

Cause function returns cause value.

func (ObjectMetaFieldsValidationError) Error

Error satisfies the builtin error interface

func (ObjectMetaFieldsValidationError) ErrorName

ErrorName returns error name.

func (ObjectMetaFieldsValidationError) Field

Field function returns field value.

func (ObjectMetaFieldsValidationError) Key

Key function returns key value.

func (ObjectMetaFieldsValidationError) Reason

Reason function returns reason value.

type Pod

type Pod struct {
	Cluster     string                 `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace   string                 `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name        string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Containers  []*Container           `protobuf:"bytes,4,rep,name=containers,proto3" json:"containers,omitempty"`
	NodeIp      string                 `protobuf:"bytes,5,opt,name=node_ip,json=nodeIp,proto3" json:"node_ip,omitempty"`
	PodIp       string                 `protobuf:"bytes,6,opt,name=pod_ip,json=podIp,proto3" json:"pod_ip,omitempty"`
	State       Pod_State              `protobuf:"varint,7,opt,name=state,proto3,enum=clutch.k8s.v1.Pod_State" json:"state,omitempty"`
	StartTime   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	Labels      map[string]string      `` /* 153-byte string literal not displayed */
	Annotations map[string]string      `` /* 164-byte string literal not displayed */
	// message indicating details about why the pod is in this state.
	// https://pkg.go.dev/k8s.io/api/core/v1#PodStatus
	StateReason string `protobuf:"bytes,11,opt,name=state_reason,json=stateReason,proto3" json:"state_reason,omitempty"`
	// current service state of pod.
	// https://pkg.go.dev/k8s.io/api/core/v1#PodCondition
	PodConditions []*PodCondition `protobuf:"bytes,12,rep,name=pod_conditions,json=podConditions,proto3" json:"pod_conditions,omitempty"`
	// one entry per init container.
	// ref: https://pkg.go.dev/k8s.io/api/core/v1#PodStatus
	InitContainers []*Container `protobuf:"bytes,13,rep,name=init_containers,json=initContainers,proto3" json:"init_containers,omitempty"`
	// status string calculated based on the same logic as kubectl
	// which summarizes the current status of the pod depending on
	// the status of its containers.
	// ref: https://github.com/kubernetes/kubernetes/blob/master/pkg/printers/internalversion/printers.go#L761
	Status string `protobuf:"bytes,14,opt,name=status,proto3" json:"status,omitempty"`
	// This is here as a workound since protobufjs currently has serialization
	// issues for well-known types like google.protobuf.Timestamp
	// Unix timestamp (milliseconds since Jan 01 1970)
	StartTimeMillis int64 `protobuf:"varint,15,opt,name=start_time_millis,json=startTimeMillis,proto3" json:"start_time_millis,omitempty"`
	// contains filtered or unexported fields
}

func (*Pod) Descriptor deprecated

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

Deprecated: Use Pod.ProtoReflect.Descriptor instead.

func (*Pod) GetAnnotations

func (x *Pod) GetAnnotations() map[string]string

func (*Pod) GetCluster

func (x *Pod) GetCluster() string

func (*Pod) GetContainers

func (x *Pod) GetContainers() []*Container

func (*Pod) GetInitContainers

func (x *Pod) GetInitContainers() []*Container

func (*Pod) GetLabels

func (x *Pod) GetLabels() map[string]string

func (*Pod) GetName

func (x *Pod) GetName() string

func (*Pod) GetNamespace

func (x *Pod) GetNamespace() string

func (*Pod) GetNodeIp

func (x *Pod) GetNodeIp() string

func (*Pod) GetPodConditions

func (x *Pod) GetPodConditions() []*PodCondition

func (*Pod) GetPodIp

func (x *Pod) GetPodIp() string

func (*Pod) GetStartTime

func (x *Pod) GetStartTime() *timestamppb.Timestamp

func (*Pod) GetStartTimeMillis

func (x *Pod) GetStartTimeMillis() int64

func (*Pod) GetState

func (x *Pod) GetState() Pod_State

func (*Pod) GetStateReason

func (x *Pod) GetStateReason() string

func (*Pod) GetStatus

func (x *Pod) GetStatus() string

func (*Pod) ProtoMessage

func (*Pod) ProtoMessage()

func (*Pod) ProtoReflect

func (x *Pod) ProtoReflect() protoreflect.Message

func (*Pod) Reset

func (x *Pod) Reset()

func (*Pod) String

func (x *Pod) String() string

func (*Pod) Validate

func (m *Pod) Validate() error

Validate checks the field values on Pod with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Pod) ValidateAll

func (m *Pod) ValidateAll() error

ValidateAll checks the field values on Pod with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PodMultiError, or nil if none found.

type PodCondition

type PodCondition struct {
	Type   PodCondition_Type   `protobuf:"varint,1,opt,name=type,proto3,enum=clutch.k8s.v1.PodCondition_Type" json:"type,omitempty"`
	Status PodCondition_Status `protobuf:"varint,2,opt,name=status,proto3,enum=clutch.k8s.v1.PodCondition_Status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*PodCondition) Descriptor deprecated

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

Deprecated: Use PodCondition.ProtoReflect.Descriptor instead.

func (*PodCondition) GetStatus

func (x *PodCondition) GetStatus() PodCondition_Status

func (*PodCondition) GetType

func (x *PodCondition) GetType() PodCondition_Type

func (*PodCondition) ProtoMessage

func (*PodCondition) ProtoMessage()

func (*PodCondition) ProtoReflect

func (x *PodCondition) ProtoReflect() protoreflect.Message

func (*PodCondition) Reset

func (x *PodCondition) Reset()

func (*PodCondition) String

func (x *PodCondition) String() string

func (*PodCondition) Validate

func (m *PodCondition) Validate() error

Validate checks the field values on PodCondition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PodCondition) ValidateAll

func (m *PodCondition) ValidateAll() error

ValidateAll checks the field values on PodCondition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PodConditionMultiError, or nil if none found.

type PodConditionMultiError

type PodConditionMultiError []error

PodConditionMultiError is an error wrapping multiple validation errors returned by PodCondition.ValidateAll() if the designated constraints aren't met.

func (PodConditionMultiError) AllErrors

func (m PodConditionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PodConditionMultiError) Error

func (m PodConditionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PodConditionValidationError

type PodConditionValidationError struct {
	// contains filtered or unexported fields
}

PodConditionValidationError is the validation error returned by PodCondition.Validate if the designated constraints aren't met.

func (PodConditionValidationError) Cause

Cause function returns cause value.

func (PodConditionValidationError) Error

Error satisfies the builtin error interface

func (PodConditionValidationError) ErrorName

func (e PodConditionValidationError) ErrorName() string

ErrorName returns error name.

func (PodConditionValidationError) Field

Field function returns field value.

func (PodConditionValidationError) Key

Key function returns key value.

func (PodConditionValidationError) Reason

Reason function returns reason value.

type PodCondition_Status

type PodCondition_Status int32
const (
	PodCondition_STATUS_UNSPECIFIED PodCondition_Status = 0
	PodCondition_TRUE               PodCondition_Status = 1
	PodCondition_FALSE              PodCondition_Status = 2
	PodCondition_UNKNOWN            PodCondition_Status = 3
)

func (PodCondition_Status) Descriptor

func (PodCondition_Status) Enum

func (PodCondition_Status) EnumDescriptor deprecated

func (PodCondition_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use PodCondition_Status.Descriptor instead.

func (PodCondition_Status) Number

func (PodCondition_Status) String

func (x PodCondition_Status) String() string

func (PodCondition_Status) Type

type PodCondition_Type

type PodCondition_Type int32
const (
	PodCondition_TYPE_UNSPECIFIED PodCondition_Type = 0
	PodCondition_CONTAINERS_READY PodCondition_Type = 1
	PodCondition_INITIALIZED      PodCondition_Type = 2
	PodCondition_READY            PodCondition_Type = 3
	PodCondition_POD_SCHEDULED    PodCondition_Type = 4
)

func (PodCondition_Type) Descriptor

func (PodCondition_Type) Enum

func (PodCondition_Type) EnumDescriptor deprecated

func (PodCondition_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use PodCondition_Type.Descriptor instead.

func (PodCondition_Type) Number

func (PodCondition_Type) String

func (x PodCondition_Type) String() string

func (PodCondition_Type) Type

type PodLogLine

type PodLogLine struct {
	Ts string `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	S  string `protobuf:"bytes,2,opt,name=s,proto3" json:"s,omitempty"`
	// contains filtered or unexported fields
}

func (*PodLogLine) Descriptor deprecated

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

Deprecated: Use PodLogLine.ProtoReflect.Descriptor instead.

func (*PodLogLine) GetS

func (x *PodLogLine) GetS() string

func (*PodLogLine) GetTs

func (x *PodLogLine) GetTs() string

func (*PodLogLine) ProtoMessage

func (*PodLogLine) ProtoMessage()

func (*PodLogLine) ProtoReflect

func (x *PodLogLine) ProtoReflect() protoreflect.Message

func (*PodLogLine) Reset

func (x *PodLogLine) Reset()

func (*PodLogLine) String

func (x *PodLogLine) String() string

func (*PodLogLine) Validate

func (m *PodLogLine) Validate() error

Validate checks the field values on PodLogLine with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PodLogLine) ValidateAll

func (m *PodLogLine) ValidateAll() error

ValidateAll checks the field values on PodLogLine with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PodLogLineMultiError, or nil if none found.

type PodLogLineMultiError

type PodLogLineMultiError []error

PodLogLineMultiError is an error wrapping multiple validation errors returned by PodLogLine.ValidateAll() if the designated constraints aren't met.

func (PodLogLineMultiError) AllErrors

func (m PodLogLineMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PodLogLineMultiError) Error

func (m PodLogLineMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PodLogLineValidationError

type PodLogLineValidationError struct {
	// contains filtered or unexported fields
}

PodLogLineValidationError is the validation error returned by PodLogLine.Validate if the designated constraints aren't met.

func (PodLogLineValidationError) Cause

func (e PodLogLineValidationError) Cause() error

Cause function returns cause value.

func (PodLogLineValidationError) Error

Error satisfies the builtin error interface

func (PodLogLineValidationError) ErrorName

func (e PodLogLineValidationError) ErrorName() string

ErrorName returns error name.

func (PodLogLineValidationError) Field

Field function returns field value.

func (PodLogLineValidationError) Key

Key function returns key value.

func (PodLogLineValidationError) Reason

func (e PodLogLineValidationError) Reason() string

Reason function returns reason value.

type PodLogsOptions

type PodLogsOptions struct {

	// The container for which to stream logs. Defaults to only container if there is one container in the pod.
	ContainerName string `protobuf:"bytes,1,opt,name=container_name,json=containerName,proto3" json:"container_name,omitempty"`
	// Return previous terminated container logs if true.
	Previous bool `protobuf:"varint,2,opt,name=previous,proto3" json:"previous,omitempty"`
	// An RFC3339 timestamp from which to show logs, e.g. 2022-11-07T19:30:38.974187286Z. This can be retrieved directly
	// from a previous API call.
	SinceTs string `protobuf:"bytes,3,opt,name=since_ts,json=sinceTs,proto3" json:"since_ts,omitempty"`
	// If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of
	// the container or sinceTime.
	TailNumLines int64 `protobuf:"varint,4,opt,name=tail_num_lines,json=tailNumLines,proto3" json:"tail_num_lines,omitempty"`
	// contains filtered or unexported fields
}

func (*PodLogsOptions) Descriptor deprecated

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

Deprecated: Use PodLogsOptions.ProtoReflect.Descriptor instead.

func (*PodLogsOptions) GetContainerName

func (x *PodLogsOptions) GetContainerName() string

func (*PodLogsOptions) GetPrevious

func (x *PodLogsOptions) GetPrevious() bool

func (*PodLogsOptions) GetSinceTs

func (x *PodLogsOptions) GetSinceTs() string

func (*PodLogsOptions) GetTailNumLines

func (x *PodLogsOptions) GetTailNumLines() int64

func (*PodLogsOptions) ProtoMessage

func (*PodLogsOptions) ProtoMessage()

func (*PodLogsOptions) ProtoReflect

func (x *PodLogsOptions) ProtoReflect() protoreflect.Message

func (*PodLogsOptions) Reset

func (x *PodLogsOptions) Reset()

func (*PodLogsOptions) String

func (x *PodLogsOptions) String() string

func (*PodLogsOptions) Validate

func (m *PodLogsOptions) Validate() error

Validate checks the field values on PodLogsOptions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PodLogsOptions) ValidateAll

func (m *PodLogsOptions) ValidateAll() error

ValidateAll checks the field values on PodLogsOptions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PodLogsOptionsMultiError, or nil if none found.

type PodLogsOptionsMultiError

type PodLogsOptionsMultiError []error

PodLogsOptionsMultiError is an error wrapping multiple validation errors returned by PodLogsOptions.ValidateAll() if the designated constraints aren't met.

func (PodLogsOptionsMultiError) AllErrors

func (m PodLogsOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PodLogsOptionsMultiError) Error

func (m PodLogsOptionsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PodLogsOptionsValidationError

type PodLogsOptionsValidationError struct {
	// contains filtered or unexported fields
}

PodLogsOptionsValidationError is the validation error returned by PodLogsOptions.Validate if the designated constraints aren't met.

func (PodLogsOptionsValidationError) Cause

Cause function returns cause value.

func (PodLogsOptionsValidationError) Error

Error satisfies the builtin error interface

func (PodLogsOptionsValidationError) ErrorName

func (e PodLogsOptionsValidationError) ErrorName() string

ErrorName returns error name.

func (PodLogsOptionsValidationError) Field

Field function returns field value.

func (PodLogsOptionsValidationError) Key

Key function returns key value.

func (PodLogsOptionsValidationError) Reason

Reason function returns reason value.

type PodMultiError

type PodMultiError []error

PodMultiError is an error wrapping multiple validation errors returned by Pod.ValidateAll() if the designated constraints aren't met.

func (PodMultiError) AllErrors

func (m PodMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PodMultiError) Error

func (m PodMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PodValidationError

type PodValidationError struct {
	// contains filtered or unexported fields
}

PodValidationError is the validation error returned by Pod.Validate if the designated constraints aren't met.

func (PodValidationError) Cause

func (e PodValidationError) Cause() error

Cause function returns cause value.

func (PodValidationError) Error

func (e PodValidationError) Error() string

Error satisfies the builtin error interface

func (PodValidationError) ErrorName

func (e PodValidationError) ErrorName() string

ErrorName returns error name.

func (PodValidationError) Field

func (e PodValidationError) Field() string

Field function returns field value.

func (PodValidationError) Key

func (e PodValidationError) Key() bool

Key function returns key value.

func (PodValidationError) Reason

func (e PodValidationError) Reason() string

Reason function returns reason value.

type Pod_State

type Pod_State int32

https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/

const (
	Pod_UNSPECIFIED Pod_State = 0
	Pod_UNKNOWN     Pod_State = 1
	Pod_PENDING     Pod_State = 2
	Pod_RUNNING     Pod_State = 3
	Pod_SUCCEEDED   Pod_State = 4
	Pod_FAILED      Pod_State = 5
)

func (Pod_State) Descriptor

func (Pod_State) Descriptor() protoreflect.EnumDescriptor

func (Pod_State) Enum

func (x Pod_State) Enum() *Pod_State

func (Pod_State) EnumDescriptor deprecated

func (Pod_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Pod_State.Descriptor instead.

func (Pod_State) Number

func (x Pod_State) Number() protoreflect.EnumNumber

func (Pod_State) String

func (x Pod_State) String() string

func (Pod_State) Type

type Probe

type Probe struct {

	// Types that are assignable to Handler:
	//
	//	*Probe_Exec
	//	*Probe_HttpGet
	//	*Probe_TcpSocket
	//	*Probe_Grpc
	Handler                       isProbe_Handler `protobuf_oneof:"handler"`
	InitialDelaySeconds           *int32          `` /* 127-byte string literal not displayed */
	TimeoutSeconds                *int32          `protobuf:"varint,6,opt,name=timeout_seconds,json=timeoutSeconds,proto3,oneof" json:"timeout_seconds,omitempty"`
	PeriodSeconds                 *int32          `protobuf:"varint,7,opt,name=period_seconds,json=periodSeconds,proto3,oneof" json:"period_seconds,omitempty"`
	SuccessThreshold              *int32          `protobuf:"varint,8,opt,name=success_threshold,json=successThreshold,proto3,oneof" json:"success_threshold,omitempty"`
	FailureThreshold              *int32          `protobuf:"varint,9,opt,name=failure_threshold,json=failureThreshold,proto3,oneof" json:"failure_threshold,omitempty"`
	TerminationGracePeriodSeconds *int64          `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Probe) Descriptor deprecated

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

Deprecated: Use Probe.ProtoReflect.Descriptor instead.

func (*Probe) GetExec

func (x *Probe) GetExec() *ExecAction

func (*Probe) GetFailureThreshold

func (x *Probe) GetFailureThreshold() int32

func (*Probe) GetGrpc

func (x *Probe) GetGrpc() *GRPCAction

func (*Probe) GetHandler

func (m *Probe) GetHandler() isProbe_Handler

func (*Probe) GetHttpGet

func (x *Probe) GetHttpGet() *HTTPGetAction

func (*Probe) GetInitialDelaySeconds

func (x *Probe) GetInitialDelaySeconds() int32

func (*Probe) GetPeriodSeconds

func (x *Probe) GetPeriodSeconds() int32

func (*Probe) GetSuccessThreshold

func (x *Probe) GetSuccessThreshold() int32

func (*Probe) GetTcpSocket

func (x *Probe) GetTcpSocket() *TCPSocketAction

func (*Probe) GetTerminationGracePeriodSeconds

func (x *Probe) GetTerminationGracePeriodSeconds() int64

func (*Probe) GetTimeoutSeconds

func (x *Probe) GetTimeoutSeconds() int32

func (*Probe) ProtoMessage

func (*Probe) ProtoMessage()

func (*Probe) ProtoReflect

func (x *Probe) ProtoReflect() protoreflect.Message

func (*Probe) Reset

func (x *Probe) Reset()

func (*Probe) String

func (x *Probe) String() string

func (*Probe) Validate

func (m *Probe) Validate() error

Validate checks the field values on Probe with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Probe) ValidateAll

func (m *Probe) ValidateAll() error

ValidateAll checks the field values on Probe with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProbeMultiError, or nil if none found.

type ProbeMultiError

type ProbeMultiError []error

ProbeMultiError is an error wrapping multiple validation errors returned by Probe.ValidateAll() if the designated constraints aren't met.

func (ProbeMultiError) AllErrors

func (m ProbeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProbeMultiError) Error

func (m ProbeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ProbeValidationError

type ProbeValidationError struct {
	// contains filtered or unexported fields
}

ProbeValidationError is the validation error returned by Probe.Validate if the designated constraints aren't met.

func (ProbeValidationError) Cause

func (e ProbeValidationError) Cause() error

Cause function returns cause value.

func (ProbeValidationError) Error

func (e ProbeValidationError) Error() string

Error satisfies the builtin error interface

func (ProbeValidationError) ErrorName

func (e ProbeValidationError) ErrorName() string

ErrorName returns error name.

func (ProbeValidationError) Field

func (e ProbeValidationError) Field() string

Field function returns field value.

func (ProbeValidationError) Key

func (e ProbeValidationError) Key() bool

Key function returns key value.

func (ProbeValidationError) Reason

func (e ProbeValidationError) Reason() string

Reason function returns reason value.

type Probe_Exec

type Probe_Exec struct {
	Exec *ExecAction `protobuf:"bytes,1,opt,name=exec,proto3,oneof"`
}

type Probe_Grpc

type Probe_Grpc struct {
	Grpc *GRPCAction `protobuf:"bytes,4,opt,name=grpc,proto3,oneof"`
}

type Probe_HttpGet

type Probe_HttpGet struct {
	HttpGet *HTTPGetAction `protobuf:"bytes,2,opt,name=http_get,json=httpGet,proto3,oneof"`
}

type Probe_TcpSocket

type Probe_TcpSocket struct {
	TcpSocket *TCPSocketAction `protobuf:"bytes,3,opt,name=tcp_socket,json=tcpSocket,proto3,oneof"`
}

type RemoveObjectMetaFields

type RemoveObjectMetaFields struct {
	Labels      []string `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	Annotations []string `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

Metadata fields to remove when updating an object

func (*RemoveObjectMetaFields) Descriptor deprecated

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

Deprecated: Use RemoveObjectMetaFields.ProtoReflect.Descriptor instead.

func (*RemoveObjectMetaFields) GetAnnotations

func (x *RemoveObjectMetaFields) GetAnnotations() []string

func (*RemoveObjectMetaFields) GetLabels

func (x *RemoveObjectMetaFields) GetLabels() []string

func (*RemoveObjectMetaFields) ProtoMessage

func (*RemoveObjectMetaFields) ProtoMessage()

func (*RemoveObjectMetaFields) ProtoReflect

func (x *RemoveObjectMetaFields) ProtoReflect() protoreflect.Message

func (*RemoveObjectMetaFields) Reset

func (x *RemoveObjectMetaFields) Reset()

func (*RemoveObjectMetaFields) String

func (x *RemoveObjectMetaFields) String() string

func (*RemoveObjectMetaFields) Validate

func (m *RemoveObjectMetaFields) Validate() error

Validate checks the field values on RemoveObjectMetaFields with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoveObjectMetaFields) ValidateAll

func (m *RemoveObjectMetaFields) ValidateAll() error

ValidateAll checks the field values on RemoveObjectMetaFields with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveObjectMetaFieldsMultiError, or nil if none found.

type RemoveObjectMetaFieldsMultiError

type RemoveObjectMetaFieldsMultiError []error

RemoveObjectMetaFieldsMultiError is an error wrapping multiple validation errors returned by RemoveObjectMetaFields.ValidateAll() if the designated constraints aren't met.

func (RemoveObjectMetaFieldsMultiError) AllErrors

func (m RemoveObjectMetaFieldsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveObjectMetaFieldsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveObjectMetaFieldsValidationError

type RemoveObjectMetaFieldsValidationError struct {
	// contains filtered or unexported fields
}

RemoveObjectMetaFieldsValidationError is the validation error returned by RemoveObjectMetaFields.Validate if the designated constraints aren't met.

func (RemoveObjectMetaFieldsValidationError) Cause

Cause function returns cause value.

func (RemoveObjectMetaFieldsValidationError) Error

Error satisfies the builtin error interface

func (RemoveObjectMetaFieldsValidationError) ErrorName

ErrorName returns error name.

func (RemoveObjectMetaFieldsValidationError) Field

Field function returns field value.

func (RemoveObjectMetaFieldsValidationError) Key

Key function returns key value.

func (RemoveObjectMetaFieldsValidationError) Reason

Reason function returns reason value.

type ResizeHPARequest

type ResizeHPARequest struct {
	Clientset     string                   `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster       string                   `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace     string                   `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name          string                   `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Sizing        *ResizeHPARequest_Sizing `protobuf:"bytes,5,opt,name=sizing,proto3" json:"sizing,omitempty"`
	CurrentSizing *ResizeHPARequest_Sizing `protobuf:"bytes,6,opt,name=current_sizing,json=currentSizing,proto3" json:"current_sizing,omitempty"`
	// contains filtered or unexported fields
}

func (*ResizeHPARequest) Descriptor deprecated

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

Deprecated: Use ResizeHPARequest.ProtoReflect.Descriptor instead.

func (*ResizeHPARequest) GetClientset

func (x *ResizeHPARequest) GetClientset() string

func (*ResizeHPARequest) GetCluster

func (x *ResizeHPARequest) GetCluster() string

func (*ResizeHPARequest) GetCurrentSizing

func (x *ResizeHPARequest) GetCurrentSizing() *ResizeHPARequest_Sizing

func (*ResizeHPARequest) GetName

func (x *ResizeHPARequest) GetName() string

func (*ResizeHPARequest) GetNamespace

func (x *ResizeHPARequest) GetNamespace() string

func (*ResizeHPARequest) GetSizing

func (x *ResizeHPARequest) GetSizing() *ResizeHPARequest_Sizing

func (*ResizeHPARequest) ProtoMessage

func (*ResizeHPARequest) ProtoMessage()

func (*ResizeHPARequest) ProtoReflect

func (x *ResizeHPARequest) ProtoReflect() protoreflect.Message

func (*ResizeHPARequest) Reset

func (x *ResizeHPARequest) Reset()

func (*ResizeHPARequest) String

func (x *ResizeHPARequest) String() string

func (*ResizeHPARequest) Validate

func (m *ResizeHPARequest) Validate() error

Validate checks the field values on ResizeHPARequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResizeHPARequest) ValidateAll

func (m *ResizeHPARequest) ValidateAll() error

ValidateAll checks the field values on ResizeHPARequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResizeHPARequestMultiError, or nil if none found.

type ResizeHPARequestMultiError

type ResizeHPARequestMultiError []error

ResizeHPARequestMultiError is an error wrapping multiple validation errors returned by ResizeHPARequest.ValidateAll() if the designated constraints aren't met.

func (ResizeHPARequestMultiError) AllErrors

func (m ResizeHPARequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResizeHPARequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResizeHPARequestValidationError

type ResizeHPARequestValidationError struct {
	// contains filtered or unexported fields
}

ResizeHPARequestValidationError is the validation error returned by ResizeHPARequest.Validate if the designated constraints aren't met.

func (ResizeHPARequestValidationError) Cause

Cause function returns cause value.

func (ResizeHPARequestValidationError) Error

Error satisfies the builtin error interface

func (ResizeHPARequestValidationError) ErrorName

ErrorName returns error name.

func (ResizeHPARequestValidationError) Field

Field function returns field value.

func (ResizeHPARequestValidationError) Key

Key function returns key value.

func (ResizeHPARequestValidationError) Reason

Reason function returns reason value.

type ResizeHPARequest_Sizing

type ResizeHPARequest_Sizing struct {
	Min uint32 `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty"`
	Max uint32 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*ResizeHPARequest_Sizing) Descriptor deprecated

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

Deprecated: Use ResizeHPARequest_Sizing.ProtoReflect.Descriptor instead.

func (*ResizeHPARequest_Sizing) GetMax

func (x *ResizeHPARequest_Sizing) GetMax() uint32

func (*ResizeHPARequest_Sizing) GetMin

func (x *ResizeHPARequest_Sizing) GetMin() uint32

func (*ResizeHPARequest_Sizing) ProtoMessage

func (*ResizeHPARequest_Sizing) ProtoMessage()

func (*ResizeHPARequest_Sizing) ProtoReflect

func (x *ResizeHPARequest_Sizing) ProtoReflect() protoreflect.Message

func (*ResizeHPARequest_Sizing) Reset

func (x *ResizeHPARequest_Sizing) Reset()

func (*ResizeHPARequest_Sizing) String

func (x *ResizeHPARequest_Sizing) String() string

func (*ResizeHPARequest_Sizing) Validate

func (m *ResizeHPARequest_Sizing) Validate() error

Validate checks the field values on ResizeHPARequest_Sizing with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResizeHPARequest_Sizing) ValidateAll

func (m *ResizeHPARequest_Sizing) ValidateAll() error

ValidateAll checks the field values on ResizeHPARequest_Sizing with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResizeHPARequest_SizingMultiError, or nil if none found.

type ResizeHPARequest_SizingMultiError

type ResizeHPARequest_SizingMultiError []error

ResizeHPARequest_SizingMultiError is an error wrapping multiple validation errors returned by ResizeHPARequest_Sizing.ValidateAll() if the designated constraints aren't met.

func (ResizeHPARequest_SizingMultiError) AllErrors

func (m ResizeHPARequest_SizingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResizeHPARequest_SizingMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResizeHPARequest_SizingValidationError

type ResizeHPARequest_SizingValidationError struct {
	// contains filtered or unexported fields
}

ResizeHPARequest_SizingValidationError is the validation error returned by ResizeHPARequest_Sizing.Validate if the designated constraints aren't met.

func (ResizeHPARequest_SizingValidationError) Cause

Cause function returns cause value.

func (ResizeHPARequest_SizingValidationError) Error

Error satisfies the builtin error interface

func (ResizeHPARequest_SizingValidationError) ErrorName

ErrorName returns error name.

func (ResizeHPARequest_SizingValidationError) Field

Field function returns field value.

func (ResizeHPARequest_SizingValidationError) Key

Key function returns key value.

func (ResizeHPARequest_SizingValidationError) Reason

Reason function returns reason value.

type ResizeHPAResponse

type ResizeHPAResponse struct {
	// contains filtered or unexported fields
}

func (*ResizeHPAResponse) Descriptor deprecated

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

Deprecated: Use ResizeHPAResponse.ProtoReflect.Descriptor instead.

func (*ResizeHPAResponse) ProtoMessage

func (*ResizeHPAResponse) ProtoMessage()

func (*ResizeHPAResponse) ProtoReflect

func (x *ResizeHPAResponse) ProtoReflect() protoreflect.Message

func (*ResizeHPAResponse) Reset

func (x *ResizeHPAResponse) Reset()

func (*ResizeHPAResponse) String

func (x *ResizeHPAResponse) String() string

func (*ResizeHPAResponse) Validate

func (m *ResizeHPAResponse) Validate() error

Validate checks the field values on ResizeHPAResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResizeHPAResponse) ValidateAll

func (m *ResizeHPAResponse) ValidateAll() error

ValidateAll checks the field values on ResizeHPAResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResizeHPAResponseMultiError, or nil if none found.

type ResizeHPAResponseMultiError

type ResizeHPAResponseMultiError []error

ResizeHPAResponseMultiError is an error wrapping multiple validation errors returned by ResizeHPAResponse.ValidateAll() if the designated constraints aren't met.

func (ResizeHPAResponseMultiError) AllErrors

func (m ResizeHPAResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResizeHPAResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResizeHPAResponseValidationError

type ResizeHPAResponseValidationError struct {
	// contains filtered or unexported fields
}

ResizeHPAResponseValidationError is the validation error returned by ResizeHPAResponse.Validate if the designated constraints aren't met.

func (ResizeHPAResponseValidationError) Cause

Cause function returns cause value.

func (ResizeHPAResponseValidationError) Error

Error satisfies the builtin error interface

func (ResizeHPAResponseValidationError) ErrorName

ErrorName returns error name.

func (ResizeHPAResponseValidationError) Field

Field function returns field value.

func (ResizeHPAResponseValidationError) Key

Key function returns key value.

func (ResizeHPAResponseValidationError) Reason

Reason function returns reason value.

type Service

type Service struct {
	Cluster     string            `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace   string            `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name        string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Type        Service_Type      `protobuf:"varint,4,opt,name=type,proto3,enum=clutch.k8s.v1.Service_Type" json:"type,omitempty"`
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// service traffic routed to pods with label keys
	// and values matching this selector.
	// ref: https://pkg.go.dev/k8s.io/api/core/v1#ServiceSpec
	Selector map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Service) Descriptor deprecated

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

Deprecated: Use Service.ProtoReflect.Descriptor instead.

func (*Service) GetAnnotations

func (x *Service) GetAnnotations() map[string]string

func (*Service) GetCluster

func (x *Service) GetCluster() string

func (*Service) GetLabels

func (x *Service) GetLabels() map[string]string

func (*Service) GetName

func (x *Service) GetName() string

func (*Service) GetNamespace

func (x *Service) GetNamespace() string

func (*Service) GetSelector

func (x *Service) GetSelector() map[string]string

func (*Service) GetType

func (x *Service) GetType() Service_Type

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) ProtoReflect

func (x *Service) ProtoReflect() protoreflect.Message

func (*Service) Reset

func (x *Service) Reset()

func (*Service) String

func (x *Service) String() string

func (*Service) Validate

func (m *Service) Validate() error

Validate checks the field values on Service with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Service) ValidateAll

func (m *Service) ValidateAll() error

ValidateAll checks the field values on Service with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServiceMultiError, or nil if none found.

type ServiceMultiError

type ServiceMultiError []error

ServiceMultiError is an error wrapping multiple validation errors returned by Service.ValidateAll() if the designated constraints aren't met.

func (ServiceMultiError) AllErrors

func (m ServiceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceMultiError) Error

func (m ServiceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ServiceValidationError

type ServiceValidationError struct {
	// contains filtered or unexported fields
}

ServiceValidationError is the validation error returned by Service.Validate if the designated constraints aren't met.

func (ServiceValidationError) Cause

func (e ServiceValidationError) Cause() error

Cause function returns cause value.

func (ServiceValidationError) Error

func (e ServiceValidationError) Error() string

Error satisfies the builtin error interface

func (ServiceValidationError) ErrorName

func (e ServiceValidationError) ErrorName() string

ErrorName returns error name.

func (ServiceValidationError) Field

func (e ServiceValidationError) Field() string

Field function returns field value.

func (ServiceValidationError) Key

func (e ServiceValidationError) Key() bool

Key function returns key value.

func (ServiceValidationError) Reason

func (e ServiceValidationError) Reason() string

Reason function returns reason value.

type Service_Type

type Service_Type int32
const (
	Service_UNSPECIFIED   Service_Type = 0
	Service_UNKNOWN       Service_Type = 1
	Service_CLUSTER_IP    Service_Type = 2
	Service_NODE_PORT     Service_Type = 3
	Service_LOAD_BALANCER Service_Type = 4
	Service_EXTERNAL_NAME Service_Type = 5
)

func (Service_Type) Descriptor

func (Service_Type) Enum

func (x Service_Type) Enum() *Service_Type

func (Service_Type) EnumDescriptor deprecated

func (Service_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Service_Type.Descriptor instead.

func (Service_Type) Number

func (Service_Type) String

func (x Service_Type) String() string

func (Service_Type) Type

type StateRunning

type StateRunning struct {
	StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

ref: https://pkg.go.dev/k8s.io/api/core/v1#ContainerStateRunning

func (*StateRunning) Descriptor deprecated

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

Deprecated: Use StateRunning.ProtoReflect.Descriptor instead.

func (*StateRunning) GetStartTime

func (x *StateRunning) GetStartTime() *timestamppb.Timestamp

func (*StateRunning) ProtoMessage

func (*StateRunning) ProtoMessage()

func (*StateRunning) ProtoReflect

func (x *StateRunning) ProtoReflect() protoreflect.Message

func (*StateRunning) Reset

func (x *StateRunning) Reset()

func (*StateRunning) String

func (x *StateRunning) String() string

func (*StateRunning) Validate

func (m *StateRunning) Validate() error

Validate checks the field values on StateRunning with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StateRunning) ValidateAll

func (m *StateRunning) ValidateAll() error

ValidateAll checks the field values on StateRunning with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StateRunningMultiError, or nil if none found.

type StateRunningMultiError

type StateRunningMultiError []error

StateRunningMultiError is an error wrapping multiple validation errors returned by StateRunning.ValidateAll() if the designated constraints aren't met.

func (StateRunningMultiError) AllErrors

func (m StateRunningMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StateRunningMultiError) Error

func (m StateRunningMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StateRunningValidationError

type StateRunningValidationError struct {
	// contains filtered or unexported fields
}

StateRunningValidationError is the validation error returned by StateRunning.Validate if the designated constraints aren't met.

func (StateRunningValidationError) Cause

Cause function returns cause value.

func (StateRunningValidationError) Error

Error satisfies the builtin error interface

func (StateRunningValidationError) ErrorName

func (e StateRunningValidationError) ErrorName() string

ErrorName returns error name.

func (StateRunningValidationError) Field

Field function returns field value.

func (StateRunningValidationError) Key

Key function returns key value.

func (StateRunningValidationError) Reason

Reason function returns reason value.

type StateTerminated

type StateTerminated struct {
	Reason   string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	ExitCode int32  `protobuf:"varint,3,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	Signal   int32  `protobuf:"varint,4,opt,name=signal,proto3" json:"signal,omitempty"`
	// contains filtered or unexported fields
}

ref: https://pkg.go.dev/k8s.io/api/core/v1#ContainerStateTerminated

func (*StateTerminated) Descriptor deprecated

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

Deprecated: Use StateTerminated.ProtoReflect.Descriptor instead.

func (*StateTerminated) GetExitCode

func (x *StateTerminated) GetExitCode() int32

func (*StateTerminated) GetMessage

func (x *StateTerminated) GetMessage() string

func (*StateTerminated) GetReason

func (x *StateTerminated) GetReason() string

func (*StateTerminated) GetSignal

func (x *StateTerminated) GetSignal() int32

func (*StateTerminated) ProtoMessage

func (*StateTerminated) ProtoMessage()

func (*StateTerminated) ProtoReflect

func (x *StateTerminated) ProtoReflect() protoreflect.Message

func (*StateTerminated) Reset

func (x *StateTerminated) Reset()

func (*StateTerminated) String

func (x *StateTerminated) String() string

func (*StateTerminated) Validate

func (m *StateTerminated) Validate() error

Validate checks the field values on StateTerminated with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StateTerminated) ValidateAll

func (m *StateTerminated) ValidateAll() error

ValidateAll checks the field values on StateTerminated with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StateTerminatedMultiError, or nil if none found.

type StateTerminatedMultiError

type StateTerminatedMultiError []error

StateTerminatedMultiError is an error wrapping multiple validation errors returned by StateTerminated.ValidateAll() if the designated constraints aren't met.

func (StateTerminatedMultiError) AllErrors

func (m StateTerminatedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StateTerminatedMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type StateTerminatedValidationError

type StateTerminatedValidationError struct {
	// contains filtered or unexported fields
}

StateTerminatedValidationError is the validation error returned by StateTerminated.Validate if the designated constraints aren't met.

func (StateTerminatedValidationError) Cause

Cause function returns cause value.

func (StateTerminatedValidationError) Error

Error satisfies the builtin error interface

func (StateTerminatedValidationError) ErrorName

func (e StateTerminatedValidationError) ErrorName() string

ErrorName returns error name.

func (StateTerminatedValidationError) Field

Field function returns field value.

func (StateTerminatedValidationError) Key

Key function returns key value.

func (StateTerminatedValidationError) Reason

Reason function returns reason value.

type StateWaiting

type StateWaiting struct {
	Reason  string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

ref: https://pkg.go.dev/k8s.io/api/core/v1#ContainerStateWaiting

func (*StateWaiting) Descriptor deprecated

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

Deprecated: Use StateWaiting.ProtoReflect.Descriptor instead.

func (*StateWaiting) GetMessage

func (x *StateWaiting) GetMessage() string

func (*StateWaiting) GetReason

func (x *StateWaiting) GetReason() string

func (*StateWaiting) ProtoMessage

func (*StateWaiting) ProtoMessage()

func (*StateWaiting) ProtoReflect

func (x *StateWaiting) ProtoReflect() protoreflect.Message

func (*StateWaiting) Reset

func (x *StateWaiting) Reset()

func (*StateWaiting) String

func (x *StateWaiting) String() string

func (*StateWaiting) Validate

func (m *StateWaiting) Validate() error

Validate checks the field values on StateWaiting with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StateWaiting) ValidateAll

func (m *StateWaiting) ValidateAll() error

ValidateAll checks the field values on StateWaiting with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StateWaitingMultiError, or nil if none found.

type StateWaitingMultiError

type StateWaitingMultiError []error

StateWaitingMultiError is an error wrapping multiple validation errors returned by StateWaiting.ValidateAll() if the designated constraints aren't met.

func (StateWaitingMultiError) AllErrors

func (m StateWaitingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StateWaitingMultiError) Error

func (m StateWaitingMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StateWaitingValidationError

type StateWaitingValidationError struct {
	// contains filtered or unexported fields
}

StateWaitingValidationError is the validation error returned by StateWaiting.Validate if the designated constraints aren't met.

func (StateWaitingValidationError) Cause

Cause function returns cause value.

func (StateWaitingValidationError) Error

Error satisfies the builtin error interface

func (StateWaitingValidationError) ErrorName

func (e StateWaitingValidationError) ErrorName() string

ErrorName returns error name.

func (StateWaitingValidationError) Field

Field function returns field value.

func (StateWaitingValidationError) Key

Key function returns key value.

func (StateWaitingValidationError) Reason

Reason function returns reason value.

type StatefulSet

type StatefulSet struct {
	Cluster     string              `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace   string              `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name        string              `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Labels      map[string]string   `` /* 153-byte string literal not displayed */
	Annotations map[string]string   `` /* 163-byte string literal not displayed */
	Status      *StatefulSet_Status `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	// This is a workound since protobufjs currently has serialization
	// issues for well-known types like google.protobuf.Timestamp
	// Unix timestamp (milliseconds since Jan 01 1970)
	CreationTimeMillis int64 `protobuf:"varint,7,opt,name=creation_time_millis,json=creationTimeMillis,proto3" json:"creation_time_millis,omitempty"`
	// contains filtered or unexported fields
}

func (*StatefulSet) Descriptor deprecated

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

Deprecated: Use StatefulSet.ProtoReflect.Descriptor instead.

func (*StatefulSet) GetAnnotations

func (x *StatefulSet) GetAnnotations() map[string]string

func (*StatefulSet) GetCluster

func (x *StatefulSet) GetCluster() string

func (*StatefulSet) GetCreationTimeMillis

func (x *StatefulSet) GetCreationTimeMillis() int64

func (*StatefulSet) GetLabels

func (x *StatefulSet) GetLabels() map[string]string

func (*StatefulSet) GetName

func (x *StatefulSet) GetName() string

func (*StatefulSet) GetNamespace

func (x *StatefulSet) GetNamespace() string

func (*StatefulSet) GetStatus

func (x *StatefulSet) GetStatus() *StatefulSet_Status

func (*StatefulSet) ProtoMessage

func (*StatefulSet) ProtoMessage()

func (*StatefulSet) ProtoReflect

func (x *StatefulSet) ProtoReflect() protoreflect.Message

func (*StatefulSet) Reset

func (x *StatefulSet) Reset()

func (*StatefulSet) String

func (x *StatefulSet) String() string

func (*StatefulSet) Validate

func (m *StatefulSet) Validate() error

Validate checks the field values on StatefulSet with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StatefulSet) ValidateAll

func (m *StatefulSet) ValidateAll() error

ValidateAll checks the field values on StatefulSet with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatefulSetMultiError, or nil if none found.

type StatefulSetMultiError

type StatefulSetMultiError []error

StatefulSetMultiError is an error wrapping multiple validation errors returned by StatefulSet.ValidateAll() if the designated constraints aren't met.

func (StatefulSetMultiError) AllErrors

func (m StatefulSetMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StatefulSetMultiError) Error

func (m StatefulSetMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StatefulSetValidationError

type StatefulSetValidationError struct {
	// contains filtered or unexported fields
}

StatefulSetValidationError is the validation error returned by StatefulSet.Validate if the designated constraints aren't met.

func (StatefulSetValidationError) Cause

Cause function returns cause value.

func (StatefulSetValidationError) Error

Error satisfies the builtin error interface

func (StatefulSetValidationError) ErrorName

func (e StatefulSetValidationError) ErrorName() string

ErrorName returns error name.

func (StatefulSetValidationError) Field

Field function returns field value.

func (StatefulSetValidationError) Key

Key function returns key value.

func (StatefulSetValidationError) Reason

Reason function returns reason value.

type StatefulSet_Status

type StatefulSet_Status struct {
	Replicas        uint32 `protobuf:"varint,1,opt,name=replicas,proto3" json:"replicas,omitempty"`
	UpdatedReplicas uint32 `protobuf:"varint,2,opt,name=updated_replicas,json=updatedReplicas,proto3" json:"updated_replicas,omitempty"`
	ReadyReplicas   uint32 `protobuf:"varint,3,opt,name=ready_replicas,json=readyReplicas,proto3" json:"ready_replicas,omitempty"`
	// contains filtered or unexported fields
}

func (*StatefulSet_Status) Descriptor deprecated

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

Deprecated: Use StatefulSet_Status.ProtoReflect.Descriptor instead.

func (*StatefulSet_Status) GetReadyReplicas

func (x *StatefulSet_Status) GetReadyReplicas() uint32

func (*StatefulSet_Status) GetReplicas

func (x *StatefulSet_Status) GetReplicas() uint32

func (*StatefulSet_Status) GetUpdatedReplicas

func (x *StatefulSet_Status) GetUpdatedReplicas() uint32

func (*StatefulSet_Status) ProtoMessage

func (*StatefulSet_Status) ProtoMessage()

func (*StatefulSet_Status) ProtoReflect

func (x *StatefulSet_Status) ProtoReflect() protoreflect.Message

func (*StatefulSet_Status) Reset

func (x *StatefulSet_Status) Reset()

func (*StatefulSet_Status) String

func (x *StatefulSet_Status) String() string

func (*StatefulSet_Status) Validate

func (m *StatefulSet_Status) Validate() error

Validate checks the field values on StatefulSet_Status with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StatefulSet_Status) ValidateAll

func (m *StatefulSet_Status) ValidateAll() error

ValidateAll checks the field values on StatefulSet_Status with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatefulSet_StatusMultiError, or nil if none found.

type StatefulSet_StatusMultiError

type StatefulSet_StatusMultiError []error

StatefulSet_StatusMultiError is an error wrapping multiple validation errors returned by StatefulSet_Status.ValidateAll() if the designated constraints aren't met.

func (StatefulSet_StatusMultiError) AllErrors

func (m StatefulSet_StatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StatefulSet_StatusMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type StatefulSet_StatusValidationError

type StatefulSet_StatusValidationError struct {
	// contains filtered or unexported fields
}

StatefulSet_StatusValidationError is the validation error returned by StatefulSet_Status.Validate if the designated constraints aren't met.

func (StatefulSet_StatusValidationError) Cause

Cause function returns cause value.

func (StatefulSet_StatusValidationError) Error

Error satisfies the builtin error interface

func (StatefulSet_StatusValidationError) ErrorName

ErrorName returns error name.

func (StatefulSet_StatusValidationError) Field

Field function returns field value.

func (StatefulSet_StatusValidationError) Key

Key function returns key value.

func (StatefulSet_StatusValidationError) Reason

Reason function returns reason value.

type Status

type Status struct {
	Status  string         `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Message string         `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Reason  string         `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	Code    int32          `protobuf:"varint,4,opt,name=code,proto3" json:"code,omitempty"`
	Details *StatusDetails `protobuf:"bytes,5,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

Kubernetes protos are generated using non-standard mechanisms, and the Go objects panic when serializing with the v2 proto APIs. These are just repetitions of the structs from K8s metav1 package so they are compliant with proto v2 serialization. https://github.com/kubernetes/apimachinery/blob/44b9a379dc1834b9cee463d1da4dc3e9d7302b35/pkg/apis/meta/v1/types.go#L620-L650

func (*Status) Descriptor deprecated

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

Deprecated: Use Status.ProtoReflect.Descriptor instead.

func (*Status) GetCode

func (x *Status) GetCode() int32

func (*Status) GetDetails

func (x *Status) GetDetails() *StatusDetails

func (*Status) GetMessage

func (x *Status) GetMessage() string

func (*Status) GetReason

func (x *Status) GetReason() string

func (*Status) GetStatus

func (x *Status) GetStatus() string

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) ProtoReflect

func (x *Status) ProtoReflect() protoreflect.Message

func (*Status) Reset

func (x *Status) Reset()

func (*Status) String

func (x *Status) String() string

func (*Status) Validate

func (m *Status) Validate() error

Validate checks the field values on Status with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Status) ValidateAll

func (m *Status) ValidateAll() error

ValidateAll checks the field values on Status with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatusMultiError, or nil if none found.

type StatusCause

type StatusCause struct {
	Type    string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Field   string `protobuf:"bytes,3,opt,name=field,proto3" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusCause) Descriptor deprecated

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

Deprecated: Use StatusCause.ProtoReflect.Descriptor instead.

func (*StatusCause) GetField

func (x *StatusCause) GetField() string

func (*StatusCause) GetMessage

func (x *StatusCause) GetMessage() string

func (*StatusCause) GetType

func (x *StatusCause) GetType() string

func (*StatusCause) ProtoMessage

func (*StatusCause) ProtoMessage()

func (*StatusCause) ProtoReflect

func (x *StatusCause) ProtoReflect() protoreflect.Message

func (*StatusCause) Reset

func (x *StatusCause) Reset()

func (*StatusCause) String

func (x *StatusCause) String() string

func (*StatusCause) Validate

func (m *StatusCause) Validate() error

Validate checks the field values on StatusCause with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StatusCause) ValidateAll

func (m *StatusCause) ValidateAll() error

ValidateAll checks the field values on StatusCause with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatusCauseMultiError, or nil if none found.

type StatusCauseMultiError

type StatusCauseMultiError []error

StatusCauseMultiError is an error wrapping multiple validation errors returned by StatusCause.ValidateAll() if the designated constraints aren't met.

func (StatusCauseMultiError) AllErrors

func (m StatusCauseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StatusCauseMultiError) Error

func (m StatusCauseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StatusCauseValidationError

type StatusCauseValidationError struct {
	// contains filtered or unexported fields
}

StatusCauseValidationError is the validation error returned by StatusCause.Validate if the designated constraints aren't met.

func (StatusCauseValidationError) Cause

Cause function returns cause value.

func (StatusCauseValidationError) Error

Error satisfies the builtin error interface

func (StatusCauseValidationError) ErrorName

func (e StatusCauseValidationError) ErrorName() string

ErrorName returns error name.

func (StatusCauseValidationError) Field

Field function returns field value.

func (StatusCauseValidationError) Key

Key function returns key value.

func (StatusCauseValidationError) Reason

Reason function returns reason value.

type StatusDetails

type StatusDetails struct {
	Name   string         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Group  string         `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	Kind   string         `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"`
	Uid    string         `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"`
	Causes []*StatusCause `protobuf:"bytes,5,rep,name=causes,proto3" json:"causes,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusDetails) Descriptor deprecated

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

Deprecated: Use StatusDetails.ProtoReflect.Descriptor instead.

func (*StatusDetails) GetCauses

func (x *StatusDetails) GetCauses() []*StatusCause

func (*StatusDetails) GetGroup

func (x *StatusDetails) GetGroup() string

func (*StatusDetails) GetKind

func (x *StatusDetails) GetKind() string

func (*StatusDetails) GetName

func (x *StatusDetails) GetName() string

func (*StatusDetails) GetUid

func (x *StatusDetails) GetUid() string

func (*StatusDetails) ProtoMessage

func (*StatusDetails) ProtoMessage()

func (*StatusDetails) ProtoReflect

func (x *StatusDetails) ProtoReflect() protoreflect.Message

func (*StatusDetails) Reset

func (x *StatusDetails) Reset()

func (*StatusDetails) String

func (x *StatusDetails) String() string

func (*StatusDetails) Validate

func (m *StatusDetails) Validate() error

Validate checks the field values on StatusDetails with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StatusDetails) ValidateAll

func (m *StatusDetails) ValidateAll() error

ValidateAll checks the field values on StatusDetails with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatusDetailsMultiError, or nil if none found.

type StatusDetailsMultiError

type StatusDetailsMultiError []error

StatusDetailsMultiError is an error wrapping multiple validation errors returned by StatusDetails.ValidateAll() if the designated constraints aren't met.

func (StatusDetailsMultiError) AllErrors

func (m StatusDetailsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StatusDetailsMultiError) Error

func (m StatusDetailsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StatusDetailsValidationError

type StatusDetailsValidationError struct {
	// contains filtered or unexported fields
}

StatusDetailsValidationError is the validation error returned by StatusDetails.Validate if the designated constraints aren't met.

func (StatusDetailsValidationError) Cause

Cause function returns cause value.

func (StatusDetailsValidationError) Error

Error satisfies the builtin error interface

func (StatusDetailsValidationError) ErrorName

func (e StatusDetailsValidationError) ErrorName() string

ErrorName returns error name.

func (StatusDetailsValidationError) Field

Field function returns field value.

func (StatusDetailsValidationError) Key

Key function returns key value.

func (StatusDetailsValidationError) Reason

Reason function returns reason value.

type StatusMultiError

type StatusMultiError []error

StatusMultiError is an error wrapping multiple validation errors returned by Status.ValidateAll() if the designated constraints aren't met.

func (StatusMultiError) AllErrors

func (m StatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StatusMultiError) Error

func (m StatusMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StatusValidationError

type StatusValidationError struct {
	// contains filtered or unexported fields
}

StatusValidationError is the validation error returned by Status.Validate if the designated constraints aren't met.

func (StatusValidationError) Cause

func (e StatusValidationError) Cause() error

Cause function returns cause value.

func (StatusValidationError) Error

func (e StatusValidationError) Error() string

Error satisfies the builtin error interface

func (StatusValidationError) ErrorName

func (e StatusValidationError) ErrorName() string

ErrorName returns error name.

func (StatusValidationError) Field

func (e StatusValidationError) Field() string

Field function returns field value.

func (StatusValidationError) Key

func (e StatusValidationError) Key() bool

Key function returns key value.

func (StatusValidationError) Reason

func (e StatusValidationError) Reason() string

Reason function returns reason value.

type TCPSocketAction

type TCPSocketAction struct {
	Port int32  `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"`
	Host string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	// contains filtered or unexported fields
}

func (*TCPSocketAction) Descriptor deprecated

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

Deprecated: Use TCPSocketAction.ProtoReflect.Descriptor instead.

func (*TCPSocketAction) GetHost

func (x *TCPSocketAction) GetHost() string

func (*TCPSocketAction) GetPort

func (x *TCPSocketAction) GetPort() int32

func (*TCPSocketAction) ProtoMessage

func (*TCPSocketAction) ProtoMessage()

func (*TCPSocketAction) ProtoReflect

func (x *TCPSocketAction) ProtoReflect() protoreflect.Message

func (*TCPSocketAction) Reset

func (x *TCPSocketAction) Reset()

func (*TCPSocketAction) String

func (x *TCPSocketAction) String() string

func (*TCPSocketAction) Validate

func (m *TCPSocketAction) Validate() error

Validate checks the field values on TCPSocketAction with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TCPSocketAction) ValidateAll

func (m *TCPSocketAction) ValidateAll() error

ValidateAll checks the field values on TCPSocketAction with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TCPSocketActionMultiError, or nil if none found.

type TCPSocketActionMultiError

type TCPSocketActionMultiError []error

TCPSocketActionMultiError is an error wrapping multiple validation errors returned by TCPSocketAction.ValidateAll() if the designated constraints aren't met.

func (TCPSocketActionMultiError) AllErrors

func (m TCPSocketActionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TCPSocketActionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TCPSocketActionValidationError

type TCPSocketActionValidationError struct {
	// contains filtered or unexported fields
}

TCPSocketActionValidationError is the validation error returned by TCPSocketAction.Validate if the designated constraints aren't met.

func (TCPSocketActionValidationError) Cause

Cause function returns cause value.

func (TCPSocketActionValidationError) Error

Error satisfies the builtin error interface

func (TCPSocketActionValidationError) ErrorName

func (e TCPSocketActionValidationError) ErrorName() string

ErrorName returns error name.

func (TCPSocketActionValidationError) Field

Field function returns field value.

func (TCPSocketActionValidationError) Key

Key function returns key value.

func (TCPSocketActionValidationError) Reason

Reason function returns reason value.

type UnimplementedK8SAPIServer

type UnimplementedK8SAPIServer struct {
}

UnimplementedK8SAPIServer should be embedded to have forward compatible implementations.

func (UnimplementedK8SAPIServer) CreateJob

func (UnimplementedK8SAPIServer) DeleteConfigMap

func (UnimplementedK8SAPIServer) DeleteCronJob

func (UnimplementedK8SAPIServer) DeleteDeployment

func (UnimplementedK8SAPIServer) DeleteHPA

func (UnimplementedK8SAPIServer) DeleteJob

func (UnimplementedK8SAPIServer) DeletePod

func (UnimplementedK8SAPIServer) DeleteService

func (UnimplementedK8SAPIServer) DescribeCronJob

func (UnimplementedK8SAPIServer) DescribeJob

func (UnimplementedK8SAPIServer) DescribeNode

func (UnimplementedK8SAPIServer) DescribePod

func (UnimplementedK8SAPIServer) DescribeService

func (UnimplementedK8SAPIServer) GetPodLogs

func (UnimplementedK8SAPIServer) ListConfigMaps

func (UnimplementedK8SAPIServer) ListCronJobs

func (UnimplementedK8SAPIServer) ListDeployments

func (UnimplementedK8SAPIServer) ListEvents

func (UnimplementedK8SAPIServer) ListJobs

func (UnimplementedK8SAPIServer) ListPods

func (UnimplementedK8SAPIServer) ListServices

func (UnimplementedK8SAPIServer) ListStatefulSets

func (UnimplementedK8SAPIServer) ResizeHPA

func (UnimplementedK8SAPIServer) UpdateDeployment

func (UnimplementedK8SAPIServer) UpdateNode

func (UnimplementedK8SAPIServer) UpdatePod

type UnsafeK8SAPIServer

type UnsafeK8SAPIServer interface {
	// contains filtered or unexported methods
}

UnsafeK8SAPIServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to K8SAPIServer will result in compilation errors.

type UpdateDeploymentRequest

type UpdateDeploymentRequest struct {
	Clientset string                          `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string                          `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string                          `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string                          `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Fields    *UpdateDeploymentRequest_Fields `protobuf:"bytes,5,opt,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDeploymentRequest) Descriptor deprecated

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

Deprecated: Use UpdateDeploymentRequest.ProtoReflect.Descriptor instead.

func (*UpdateDeploymentRequest) GetClientset

func (x *UpdateDeploymentRequest) GetClientset() string

func (*UpdateDeploymentRequest) GetCluster

func (x *UpdateDeploymentRequest) GetCluster() string

func (*UpdateDeploymentRequest) GetFields

func (*UpdateDeploymentRequest) GetName

func (x *UpdateDeploymentRequest) GetName() string

func (*UpdateDeploymentRequest) GetNamespace

func (x *UpdateDeploymentRequest) GetNamespace() string

func (*UpdateDeploymentRequest) ProtoMessage

func (*UpdateDeploymentRequest) ProtoMessage()

func (*UpdateDeploymentRequest) ProtoReflect

func (x *UpdateDeploymentRequest) ProtoReflect() protoreflect.Message

func (*UpdateDeploymentRequest) Reset

func (x *UpdateDeploymentRequest) Reset()

func (*UpdateDeploymentRequest) String

func (x *UpdateDeploymentRequest) String() string

func (*UpdateDeploymentRequest) Validate

func (m *UpdateDeploymentRequest) Validate() error

Validate checks the field values on UpdateDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateDeploymentRequest) ValidateAll

func (m *UpdateDeploymentRequest) ValidateAll() error

ValidateAll checks the field values on UpdateDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDeploymentRequestMultiError, or nil if none found.

type UpdateDeploymentRequestMultiError

type UpdateDeploymentRequestMultiError []error

UpdateDeploymentRequestMultiError is an error wrapping multiple validation errors returned by UpdateDeploymentRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateDeploymentRequestMultiError) AllErrors

func (m UpdateDeploymentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateDeploymentRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateDeploymentRequestValidationError

type UpdateDeploymentRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateDeploymentRequestValidationError is the validation error returned by UpdateDeploymentRequest.Validate if the designated constraints aren't met.

func (UpdateDeploymentRequestValidationError) Cause

Cause function returns cause value.

func (UpdateDeploymentRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateDeploymentRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateDeploymentRequestValidationError) Field

Field function returns field value.

func (UpdateDeploymentRequestValidationError) Key

Key function returns key value.

func (UpdateDeploymentRequestValidationError) Reason

Reason function returns reason value.

type UpdateDeploymentRequest_Fields

type UpdateDeploymentRequest_Fields struct {
	Labels             map[string]string                                    `` /* 153-byte string literal not displayed */
	Annotations        map[string]string                                    `` /* 163-byte string literal not displayed */
	ContainerResources []*UpdateDeploymentRequest_Fields_ContainerResources `protobuf:"bytes,3,rep,name=container_resources,json=containerResources,proto3" json:"container_resources,omitempty"`
	ContainerProbes    []*UpdateDeploymentRequest_Fields_ContainerProbes    `protobuf:"bytes,4,rep,name=container_probes,json=containerProbes,proto3" json:"container_probes,omitempty"`
	// contains filtered or unexported fields
}

Fields are merged with the existing deployment object, existing labels and annotations are not deleted in the update process. Currently this api does not support removing Fields from the deployment object. A two way strategic merge is done on the old and new deployment objects. https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/#use-a-json-merge-patch-to-update-a-deployment

func (*UpdateDeploymentRequest_Fields) Descriptor deprecated

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

Deprecated: Use UpdateDeploymentRequest_Fields.ProtoReflect.Descriptor instead.

func (*UpdateDeploymentRequest_Fields) GetAnnotations

func (x *UpdateDeploymentRequest_Fields) GetAnnotations() map[string]string

func (*UpdateDeploymentRequest_Fields) GetContainerProbes

func (*UpdateDeploymentRequest_Fields) GetContainerResources

func (*UpdateDeploymentRequest_Fields) GetLabels

func (x *UpdateDeploymentRequest_Fields) GetLabels() map[string]string

func (*UpdateDeploymentRequest_Fields) ProtoMessage

func (*UpdateDeploymentRequest_Fields) ProtoMessage()

func (*UpdateDeploymentRequest_Fields) ProtoReflect

func (*UpdateDeploymentRequest_Fields) Reset

func (x *UpdateDeploymentRequest_Fields) Reset()

func (*UpdateDeploymentRequest_Fields) String

func (*UpdateDeploymentRequest_Fields) Validate

func (m *UpdateDeploymentRequest_Fields) Validate() error

Validate checks the field values on UpdateDeploymentRequest_Fields with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateDeploymentRequest_Fields) ValidateAll

func (m *UpdateDeploymentRequest_Fields) ValidateAll() error

ValidateAll checks the field values on UpdateDeploymentRequest_Fields with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDeploymentRequest_FieldsMultiError, or nil if none found.

type UpdateDeploymentRequest_FieldsMultiError

type UpdateDeploymentRequest_FieldsMultiError []error

UpdateDeploymentRequest_FieldsMultiError is an error wrapping multiple validation errors returned by UpdateDeploymentRequest_Fields.ValidateAll() if the designated constraints aren't met.

func (UpdateDeploymentRequest_FieldsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateDeploymentRequest_FieldsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateDeploymentRequest_FieldsValidationError

type UpdateDeploymentRequest_FieldsValidationError struct {
	// contains filtered or unexported fields
}

UpdateDeploymentRequest_FieldsValidationError is the validation error returned by UpdateDeploymentRequest_Fields.Validate if the designated constraints aren't met.

func (UpdateDeploymentRequest_FieldsValidationError) Cause

Cause function returns cause value.

func (UpdateDeploymentRequest_FieldsValidationError) Error

Error satisfies the builtin error interface

func (UpdateDeploymentRequest_FieldsValidationError) ErrorName

ErrorName returns error name.

func (UpdateDeploymentRequest_FieldsValidationError) Field

Field function returns field value.

func (UpdateDeploymentRequest_FieldsValidationError) Key

Key function returns key value.

func (UpdateDeploymentRequest_FieldsValidationError) Reason

Reason function returns reason value.

type UpdateDeploymentRequest_Fields_ContainerProbes

type UpdateDeploymentRequest_Fields_ContainerProbes struct {
	ContainerName  string `protobuf:"bytes,1,opt,name=container_name,json=containerName,proto3" json:"container_name,omitempty"`
	LivenessProbe  *Probe `protobuf:"bytes,2,opt,name=liveness_probe,json=livenessProbe,proto3,oneof" json:"liveness_probe,omitempty"`
	ReadinessProbe *Probe `protobuf:"bytes,3,opt,name=readiness_probe,json=readinessProbe,proto3,oneof" json:"readiness_probe,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDeploymentRequest_Fields_ContainerProbes) Descriptor deprecated

Deprecated: Use UpdateDeploymentRequest_Fields_ContainerProbes.ProtoReflect.Descriptor instead.

func (*UpdateDeploymentRequest_Fields_ContainerProbes) GetContainerName

func (*UpdateDeploymentRequest_Fields_ContainerProbes) GetLivenessProbe

func (*UpdateDeploymentRequest_Fields_ContainerProbes) GetReadinessProbe

func (x *UpdateDeploymentRequest_Fields_ContainerProbes) GetReadinessProbe() *Probe

func (*UpdateDeploymentRequest_Fields_ContainerProbes) ProtoMessage

func (*UpdateDeploymentRequest_Fields_ContainerProbes) ProtoReflect

func (*UpdateDeploymentRequest_Fields_ContainerProbes) Reset

func (*UpdateDeploymentRequest_Fields_ContainerProbes) String

func (*UpdateDeploymentRequest_Fields_ContainerProbes) Validate

Validate checks the field values on UpdateDeploymentRequest_Fields_ContainerProbes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateDeploymentRequest_Fields_ContainerProbes) ValidateAll

ValidateAll checks the field values on UpdateDeploymentRequest_Fields_ContainerProbes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDeploymentRequest_Fields_ContainerProbesMultiError, or nil if none found.

type UpdateDeploymentRequest_Fields_ContainerProbesMultiError

type UpdateDeploymentRequest_Fields_ContainerProbesMultiError []error

UpdateDeploymentRequest_Fields_ContainerProbesMultiError is an error wrapping multiple validation errors returned by UpdateDeploymentRequest_Fields_ContainerProbes.ValidateAll() if the designated constraints aren't met.

func (UpdateDeploymentRequest_Fields_ContainerProbesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateDeploymentRequest_Fields_ContainerProbesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateDeploymentRequest_Fields_ContainerProbesValidationError

type UpdateDeploymentRequest_Fields_ContainerProbesValidationError struct {
	// contains filtered or unexported fields
}

UpdateDeploymentRequest_Fields_ContainerProbesValidationError is the validation error returned by UpdateDeploymentRequest_Fields_ContainerProbes.Validate if the designated constraints aren't met.

func (UpdateDeploymentRequest_Fields_ContainerProbesValidationError) Cause

Cause function returns cause value.

func (UpdateDeploymentRequest_Fields_ContainerProbesValidationError) Error

Error satisfies the builtin error interface

func (UpdateDeploymentRequest_Fields_ContainerProbesValidationError) ErrorName

ErrorName returns error name.

func (UpdateDeploymentRequest_Fields_ContainerProbesValidationError) Field

Field function returns field value.

func (UpdateDeploymentRequest_Fields_ContainerProbesValidationError) Key

Key function returns key value.

func (UpdateDeploymentRequest_Fields_ContainerProbesValidationError) Reason

Reason function returns reason value.

type UpdateDeploymentRequest_Fields_ContainerResources

type UpdateDeploymentRequest_Fields_ContainerResources struct {
	ContainerName string                                                                  `protobuf:"bytes,1,opt,name=container_name,json=containerName,proto3" json:"container_name,omitempty"`
	Resources     *UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements `protobuf:"bytes,2,opt,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDeploymentRequest_Fields_ContainerResources) Descriptor deprecated

Deprecated: Use UpdateDeploymentRequest_Fields_ContainerResources.ProtoReflect.Descriptor instead.

func (*UpdateDeploymentRequest_Fields_ContainerResources) GetContainerName

func (*UpdateDeploymentRequest_Fields_ContainerResources) GetResources

func (*UpdateDeploymentRequest_Fields_ContainerResources) ProtoMessage

func (*UpdateDeploymentRequest_Fields_ContainerResources) ProtoReflect

func (*UpdateDeploymentRequest_Fields_ContainerResources) Reset

func (*UpdateDeploymentRequest_Fields_ContainerResources) String

func (*UpdateDeploymentRequest_Fields_ContainerResources) Validate

Validate checks the field values on UpdateDeploymentRequest_Fields_ContainerResources with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateDeploymentRequest_Fields_ContainerResources) ValidateAll

ValidateAll checks the field values on UpdateDeploymentRequest_Fields_ContainerResources with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDeploymentRequest_Fields_ContainerResourcesMultiError, or nil if none found.

type UpdateDeploymentRequest_Fields_ContainerResourcesMultiError

type UpdateDeploymentRequest_Fields_ContainerResourcesMultiError []error

UpdateDeploymentRequest_Fields_ContainerResourcesMultiError is an error wrapping multiple validation errors returned by UpdateDeploymentRequest_Fields_ContainerResources.ValidateAll() if the designated constraints aren't met.

func (UpdateDeploymentRequest_Fields_ContainerResourcesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateDeploymentRequest_Fields_ContainerResourcesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateDeploymentRequest_Fields_ContainerResourcesValidationError

type UpdateDeploymentRequest_Fields_ContainerResourcesValidationError struct {
	// contains filtered or unexported fields
}

UpdateDeploymentRequest_Fields_ContainerResourcesValidationError is the validation error returned by UpdateDeploymentRequest_Fields_ContainerResources.Validate if the designated constraints aren't met.

func (UpdateDeploymentRequest_Fields_ContainerResourcesValidationError) Cause

Cause function returns cause value.

func (UpdateDeploymentRequest_Fields_ContainerResourcesValidationError) Error

Error satisfies the builtin error interface

func (UpdateDeploymentRequest_Fields_ContainerResourcesValidationError) ErrorName

ErrorName returns error name.

func (UpdateDeploymentRequest_Fields_ContainerResourcesValidationError) Field

Field function returns field value.

func (UpdateDeploymentRequest_Fields_ContainerResourcesValidationError) Key

Key function returns key value.

func (UpdateDeploymentRequest_Fields_ContainerResourcesValidationError) Reason

Reason function returns reason value.

type UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements

type UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements struct {
	Limits   map[string]string `` /* 153-byte string literal not displayed */
	Requests map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements) Descriptor deprecated

Deprecated: Use UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements.ProtoReflect.Descriptor instead.

func (*UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements) GetLimits

func (*UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements) GetRequests

func (*UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements) ProtoMessage

func (*UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements) ProtoReflect

func (*UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements) Reset

func (*UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements) String

func (*UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements) Validate

Validate checks the field values on UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements) ValidateAll

ValidateAll checks the field values on UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsMultiError, or nil if none found.

type UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsMultiError

type UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsMultiError []error

UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsMultiError is an error wrapping multiple validation errors returned by UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements.ValidateAll() if the designated constraints aren't met.

func (UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsValidationError

type UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsValidationError struct {
	// contains filtered or unexported fields
}

UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsValidationError is the validation error returned by UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirements.Validate if the designated constraints aren't met.

func (UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsValidationError) Cause

Cause function returns cause value.

func (UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsValidationError) Error

Error satisfies the builtin error interface

func (UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsValidationError) ErrorName

ErrorName returns error name.

func (UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsValidationError) Field

Field function returns field value.

func (UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsValidationError) Key

Key function returns key value.

func (UpdateDeploymentRequest_Fields_ContainerResources_ResourceRequirementsValidationError) Reason

Reason function returns reason value.

type UpdateDeploymentResponse

type UpdateDeploymentResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateDeploymentResponse) Descriptor deprecated

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

Deprecated: Use UpdateDeploymentResponse.ProtoReflect.Descriptor instead.

func (*UpdateDeploymentResponse) ProtoMessage

func (*UpdateDeploymentResponse) ProtoMessage()

func (*UpdateDeploymentResponse) ProtoReflect

func (x *UpdateDeploymentResponse) ProtoReflect() protoreflect.Message

func (*UpdateDeploymentResponse) Reset

func (x *UpdateDeploymentResponse) Reset()

func (*UpdateDeploymentResponse) String

func (x *UpdateDeploymentResponse) String() string

func (*UpdateDeploymentResponse) Validate

func (m *UpdateDeploymentResponse) Validate() error

Validate checks the field values on UpdateDeploymentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateDeploymentResponse) ValidateAll

func (m *UpdateDeploymentResponse) ValidateAll() error

ValidateAll checks the field values on UpdateDeploymentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateDeploymentResponseMultiError, or nil if none found.

type UpdateDeploymentResponseMultiError

type UpdateDeploymentResponseMultiError []error

UpdateDeploymentResponseMultiError is an error wrapping multiple validation errors returned by UpdateDeploymentResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateDeploymentResponseMultiError) AllErrors

func (m UpdateDeploymentResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateDeploymentResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateDeploymentResponseValidationError

type UpdateDeploymentResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateDeploymentResponseValidationError is the validation error returned by UpdateDeploymentResponse.Validate if the designated constraints aren't met.

func (UpdateDeploymentResponseValidationError) Cause

Cause function returns cause value.

func (UpdateDeploymentResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateDeploymentResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateDeploymentResponseValidationError) Field

Field function returns field value.

func (UpdateDeploymentResponseValidationError) Key

Key function returns key value.

func (UpdateDeploymentResponseValidationError) Reason

Reason function returns reason value.

type UpdateNodeRequest

type UpdateNodeRequest struct {
	Clientset     string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster       string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Name          string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Unschedulable bool   `protobuf:"varint,4,opt,name=unschedulable,proto3" json:"unschedulable,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNodeRequest) Descriptor deprecated

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

Deprecated: Use UpdateNodeRequest.ProtoReflect.Descriptor instead.

func (*UpdateNodeRequest) GetClientset

func (x *UpdateNodeRequest) GetClientset() string

func (*UpdateNodeRequest) GetCluster

func (x *UpdateNodeRequest) GetCluster() string

func (*UpdateNodeRequest) GetName

func (x *UpdateNodeRequest) GetName() string

func (*UpdateNodeRequest) GetUnschedulable

func (x *UpdateNodeRequest) GetUnschedulable() bool

func (*UpdateNodeRequest) ProtoMessage

func (*UpdateNodeRequest) ProtoMessage()

func (*UpdateNodeRequest) ProtoReflect

func (x *UpdateNodeRequest) ProtoReflect() protoreflect.Message

func (*UpdateNodeRequest) Reset

func (x *UpdateNodeRequest) Reset()

func (*UpdateNodeRequest) String

func (x *UpdateNodeRequest) String() string

func (*UpdateNodeRequest) Validate

func (m *UpdateNodeRequest) Validate() error

Validate checks the field values on UpdateNodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateNodeRequest) ValidateAll

func (m *UpdateNodeRequest) ValidateAll() error

ValidateAll checks the field values on UpdateNodeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateNodeRequestMultiError, or nil if none found.

type UpdateNodeRequestMultiError

type UpdateNodeRequestMultiError []error

UpdateNodeRequestMultiError is an error wrapping multiple validation errors returned by UpdateNodeRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateNodeRequestMultiError) AllErrors

func (m UpdateNodeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateNodeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateNodeRequestValidationError

type UpdateNodeRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateNodeRequestValidationError is the validation error returned by UpdateNodeRequest.Validate if the designated constraints aren't met.

func (UpdateNodeRequestValidationError) Cause

Cause function returns cause value.

func (UpdateNodeRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateNodeRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateNodeRequestValidationError) Field

Field function returns field value.

func (UpdateNodeRequestValidationError) Key

Key function returns key value.

func (UpdateNodeRequestValidationError) Reason

Reason function returns reason value.

type UpdateNodeResponse

type UpdateNodeResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateNodeResponse) Descriptor deprecated

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

Deprecated: Use UpdateNodeResponse.ProtoReflect.Descriptor instead.

func (*UpdateNodeResponse) ProtoMessage

func (*UpdateNodeResponse) ProtoMessage()

func (*UpdateNodeResponse) ProtoReflect

func (x *UpdateNodeResponse) ProtoReflect() protoreflect.Message

func (*UpdateNodeResponse) Reset

func (x *UpdateNodeResponse) Reset()

func (*UpdateNodeResponse) String

func (x *UpdateNodeResponse) String() string

func (*UpdateNodeResponse) Validate

func (m *UpdateNodeResponse) Validate() error

Validate checks the field values on UpdateNodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateNodeResponse) ValidateAll

func (m *UpdateNodeResponse) ValidateAll() error

ValidateAll checks the field values on UpdateNodeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateNodeResponseMultiError, or nil if none found.

type UpdateNodeResponseMultiError

type UpdateNodeResponseMultiError []error

UpdateNodeResponseMultiError is an error wrapping multiple validation errors returned by UpdateNodeResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateNodeResponseMultiError) AllErrors

func (m UpdateNodeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateNodeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateNodeResponseValidationError

type UpdateNodeResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateNodeResponseValidationError is the validation error returned by UpdateNodeResponse.Validate if the designated constraints aren't met.

func (UpdateNodeResponseValidationError) Cause

Cause function returns cause value.

func (UpdateNodeResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateNodeResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateNodeResponseValidationError) Field

Field function returns field value.

func (UpdateNodeResponseValidationError) Key

Key function returns key value.

func (UpdateNodeResponseValidationError) Reason

Reason function returns reason value.

type UpdatePodRequest

type UpdatePodRequest struct {
	Clientset string `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Preconditions to check before updating the pod's metadata
	//
	// Note: An empty StringValue signals that the label/annotation should not be set
	ExpectedObjectMetaFields *ExpectedObjectMetaFields `` /* 137-byte string literal not displayed */
	// Metadata fields to update
	ObjectMetaFields *ObjectMetaFields `protobuf:"bytes,6,opt,name=object_meta_fields,json=objectMetaFields,proto3" json:"object_meta_fields,omitempty"`
	// Metadata fields to remove
	RemoveObjectMetaFields *RemoveObjectMetaFields `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdatePodRequest) Descriptor deprecated

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

Deprecated: Use UpdatePodRequest.ProtoReflect.Descriptor instead.

func (*UpdatePodRequest) GetClientset

func (x *UpdatePodRequest) GetClientset() string

func (*UpdatePodRequest) GetCluster

func (x *UpdatePodRequest) GetCluster() string

func (*UpdatePodRequest) GetExpectedObjectMetaFields

func (x *UpdatePodRequest) GetExpectedObjectMetaFields() *ExpectedObjectMetaFields

func (*UpdatePodRequest) GetName

func (x *UpdatePodRequest) GetName() string

func (*UpdatePodRequest) GetNamespace

func (x *UpdatePodRequest) GetNamespace() string

func (*UpdatePodRequest) GetObjectMetaFields

func (x *UpdatePodRequest) GetObjectMetaFields() *ObjectMetaFields

func (*UpdatePodRequest) GetRemoveObjectMetaFields

func (x *UpdatePodRequest) GetRemoveObjectMetaFields() *RemoveObjectMetaFields

func (*UpdatePodRequest) ProtoMessage

func (*UpdatePodRequest) ProtoMessage()

func (*UpdatePodRequest) ProtoReflect

func (x *UpdatePodRequest) ProtoReflect() protoreflect.Message

func (*UpdatePodRequest) Reset

func (x *UpdatePodRequest) Reset()

func (*UpdatePodRequest) String

func (x *UpdatePodRequest) String() string

func (*UpdatePodRequest) Validate

func (m *UpdatePodRequest) Validate() error

Validate checks the field values on UpdatePodRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdatePodRequest) ValidateAll

func (m *UpdatePodRequest) ValidateAll() error

ValidateAll checks the field values on UpdatePodRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePodRequestMultiError, or nil if none found.

type UpdatePodRequestMultiError

type UpdatePodRequestMultiError []error

UpdatePodRequestMultiError is an error wrapping multiple validation errors returned by UpdatePodRequest.ValidateAll() if the designated constraints aren't met.

func (UpdatePodRequestMultiError) AllErrors

func (m UpdatePodRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePodRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdatePodRequestValidationError

type UpdatePodRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdatePodRequestValidationError is the validation error returned by UpdatePodRequest.Validate if the designated constraints aren't met.

func (UpdatePodRequestValidationError) Cause

Cause function returns cause value.

func (UpdatePodRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdatePodRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdatePodRequestValidationError) Field

Field function returns field value.

func (UpdatePodRequestValidationError) Key

Key function returns key value.

func (UpdatePodRequestValidationError) Reason

Reason function returns reason value.

type UpdatePodResponse

type UpdatePodResponse struct {
	// contains filtered or unexported fields
}

func (*UpdatePodResponse) Descriptor deprecated

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

Deprecated: Use UpdatePodResponse.ProtoReflect.Descriptor instead.

func (*UpdatePodResponse) ProtoMessage

func (*UpdatePodResponse) ProtoMessage()

func (*UpdatePodResponse) ProtoReflect

func (x *UpdatePodResponse) ProtoReflect() protoreflect.Message

func (*UpdatePodResponse) Reset

func (x *UpdatePodResponse) Reset()

func (*UpdatePodResponse) String

func (x *UpdatePodResponse) String() string

func (*UpdatePodResponse) Validate

func (m *UpdatePodResponse) Validate() error

Validate checks the field values on UpdatePodResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdatePodResponse) ValidateAll

func (m *UpdatePodResponse) ValidateAll() error

ValidateAll checks the field values on UpdatePodResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePodResponseMultiError, or nil if none found.

type UpdatePodResponseMultiError

type UpdatePodResponseMultiError []error

UpdatePodResponseMultiError is an error wrapping multiple validation errors returned by UpdatePodResponse.ValidateAll() if the designated constraints aren't met.

func (UpdatePodResponseMultiError) AllErrors

func (m UpdatePodResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePodResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdatePodResponseValidationError

type UpdatePodResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdatePodResponseValidationError is the validation error returned by UpdatePodResponse.Validate if the designated constraints aren't met.

func (UpdatePodResponseValidationError) Cause

Cause function returns cause value.

func (UpdatePodResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdatePodResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdatePodResponseValidationError) Field

Field function returns field value.

func (UpdatePodResponseValidationError) Key

Key function returns key value.

func (UpdatePodResponseValidationError) Reason

Reason function returns reason value.

type UpdateStatefulSetRequest

type UpdateStatefulSetRequest struct {
	Clientset string                           `protobuf:"bytes,1,opt,name=clientset,proto3" json:"clientset,omitempty"`
	Cluster   string                           `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Namespace string                           `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string                           `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Fields    *UpdateStatefulSetRequest_Fields `protobuf:"bytes,5,opt,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateStatefulSetRequest) Descriptor deprecated

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

Deprecated: Use UpdateStatefulSetRequest.ProtoReflect.Descriptor instead.

func (*UpdateStatefulSetRequest) GetClientset

func (x *UpdateStatefulSetRequest) GetClientset() string

func (*UpdateStatefulSetRequest) GetCluster

func (x *UpdateStatefulSetRequest) GetCluster() string

func (*UpdateStatefulSetRequest) GetFields

func (*UpdateStatefulSetRequest) GetName

func (x *UpdateStatefulSetRequest) GetName() string

func (*UpdateStatefulSetRequest) GetNamespace

func (x *UpdateStatefulSetRequest) GetNamespace() string

func (*UpdateStatefulSetRequest) ProtoMessage

func (*UpdateStatefulSetRequest) ProtoMessage()

func (*UpdateStatefulSetRequest) ProtoReflect

func (x *UpdateStatefulSetRequest) ProtoReflect() protoreflect.Message

func (*UpdateStatefulSetRequest) Reset

func (x *UpdateStatefulSetRequest) Reset()

func (*UpdateStatefulSetRequest) String

func (x *UpdateStatefulSetRequest) String() string

func (*UpdateStatefulSetRequest) Validate

func (m *UpdateStatefulSetRequest) Validate() error

Validate checks the field values on UpdateStatefulSetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateStatefulSetRequest) ValidateAll

func (m *UpdateStatefulSetRequest) ValidateAll() error

ValidateAll checks the field values on UpdateStatefulSetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateStatefulSetRequestMultiError, or nil if none found.

type UpdateStatefulSetRequestMultiError

type UpdateStatefulSetRequestMultiError []error

UpdateStatefulSetRequestMultiError is an error wrapping multiple validation errors returned by UpdateStatefulSetRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateStatefulSetRequestMultiError) AllErrors

func (m UpdateStatefulSetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateStatefulSetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateStatefulSetRequestValidationError

type UpdateStatefulSetRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateStatefulSetRequestValidationError is the validation error returned by UpdateStatefulSetRequest.Validate if the designated constraints aren't met.

func (UpdateStatefulSetRequestValidationError) Cause

Cause function returns cause value.

func (UpdateStatefulSetRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateStatefulSetRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateStatefulSetRequestValidationError) Field

Field function returns field value.

func (UpdateStatefulSetRequestValidationError) Key

Key function returns key value.

func (UpdateStatefulSetRequestValidationError) Reason

Reason function returns reason value.

type UpdateStatefulSetRequest_Fields

type UpdateStatefulSetRequest_Fields struct {
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

Fields are merged with the existing statefulset object, existing labels and annotations are not deleted in the update process. Currently this api does not support removing Fields from the statefulset object. A two way strategic merge is done on the old and new statefulset objects. https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/#use-a-json-merge-patch-to-update-a-deployment

func (*UpdateStatefulSetRequest_Fields) Descriptor deprecated

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

Deprecated: Use UpdateStatefulSetRequest_Fields.ProtoReflect.Descriptor instead.

func (*UpdateStatefulSetRequest_Fields) GetAnnotations

func (x *UpdateStatefulSetRequest_Fields) GetAnnotations() map[string]string

func (*UpdateStatefulSetRequest_Fields) GetLabels

func (x *UpdateStatefulSetRequest_Fields) GetLabels() map[string]string

func (*UpdateStatefulSetRequest_Fields) ProtoMessage

func (*UpdateStatefulSetRequest_Fields) ProtoMessage()

func (*UpdateStatefulSetRequest_Fields) ProtoReflect

func (*UpdateStatefulSetRequest_Fields) Reset

func (*UpdateStatefulSetRequest_Fields) String

func (*UpdateStatefulSetRequest_Fields) Validate

func (m *UpdateStatefulSetRequest_Fields) Validate() error

Validate checks the field values on UpdateStatefulSetRequest_Fields with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateStatefulSetRequest_Fields) ValidateAll

func (m *UpdateStatefulSetRequest_Fields) ValidateAll() error

ValidateAll checks the field values on UpdateStatefulSetRequest_Fields with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateStatefulSetRequest_FieldsMultiError, or nil if none found.

type UpdateStatefulSetRequest_FieldsMultiError

type UpdateStatefulSetRequest_FieldsMultiError []error

UpdateStatefulSetRequest_FieldsMultiError is an error wrapping multiple validation errors returned by UpdateStatefulSetRequest_Fields.ValidateAll() if the designated constraints aren't met.

func (UpdateStatefulSetRequest_FieldsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateStatefulSetRequest_FieldsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateStatefulSetRequest_FieldsValidationError

type UpdateStatefulSetRequest_FieldsValidationError struct {
	// contains filtered or unexported fields
}

UpdateStatefulSetRequest_FieldsValidationError is the validation error returned by UpdateStatefulSetRequest_Fields.Validate if the designated constraints aren't met.

func (UpdateStatefulSetRequest_FieldsValidationError) Cause

Cause function returns cause value.

func (UpdateStatefulSetRequest_FieldsValidationError) Error

Error satisfies the builtin error interface

func (UpdateStatefulSetRequest_FieldsValidationError) ErrorName

ErrorName returns error name.

func (UpdateStatefulSetRequest_FieldsValidationError) Field

Field function returns field value.

func (UpdateStatefulSetRequest_FieldsValidationError) Key

Key function returns key value.

func (UpdateStatefulSetRequest_FieldsValidationError) Reason

Reason function returns reason value.

type UpdateStatefulSetResponse

type UpdateStatefulSetResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateStatefulSetResponse) Descriptor deprecated

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

Deprecated: Use UpdateStatefulSetResponse.ProtoReflect.Descriptor instead.

func (*UpdateStatefulSetResponse) ProtoMessage

func (*UpdateStatefulSetResponse) ProtoMessage()

func (*UpdateStatefulSetResponse) ProtoReflect

func (*UpdateStatefulSetResponse) Reset

func (x *UpdateStatefulSetResponse) Reset()

func (*UpdateStatefulSetResponse) String

func (x *UpdateStatefulSetResponse) String() string

func (*UpdateStatefulSetResponse) Validate

func (m *UpdateStatefulSetResponse) Validate() error

Validate checks the field values on UpdateStatefulSetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateStatefulSetResponse) ValidateAll

func (m *UpdateStatefulSetResponse) ValidateAll() error

ValidateAll checks the field values on UpdateStatefulSetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateStatefulSetResponseMultiError, or nil if none found.

type UpdateStatefulSetResponseMultiError

type UpdateStatefulSetResponseMultiError []error

UpdateStatefulSetResponseMultiError is an error wrapping multiple validation errors returned by UpdateStatefulSetResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateStatefulSetResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateStatefulSetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateStatefulSetResponseValidationError

type UpdateStatefulSetResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateStatefulSetResponseValidationError is the validation error returned by UpdateStatefulSetResponse.Validate if the designated constraints aren't met.

func (UpdateStatefulSetResponseValidationError) Cause

Cause function returns cause value.

func (UpdateStatefulSetResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateStatefulSetResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateStatefulSetResponseValidationError) Field

Field function returns field value.

func (UpdateStatefulSetResponseValidationError) Key

Key function returns key value.

func (UpdateStatefulSetResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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