metadatapb

package
v0.0.0-...-0888c38 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMetadata        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMetadata          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMetadata = fmt.Errorf("proto: unexpected end of group")
)
View Source
var ConditionStatus_name = map[int32]string{
	0: "CONDITION_STATUS_UNKNOWN",
	1: "CONDITION_STATUS_TRUE",
	2: "CONDITION_STATUS_FALSE",
}
View Source
var ConditionStatus_value = map[string]int32{
	"CONDITION_STATUS_UNKNOWN": 0,
	"CONDITION_STATUS_TRUE":    1,
	"CONDITION_STATUS_FALSE":   2,
}
View Source
var ContainerState_name = map[int32]string{
	0: "CONTAINER_STATE_UNKNOWN",
	1: "CONTAINER_STATE_RUNNING",
	2: "CONTAINER_STATE_TERMINATED",
	3: "CONTAINER_STATE_WAITING",
}
View Source
var ContainerState_value = map[string]int32{
	"CONTAINER_STATE_UNKNOWN":    0,
	"CONTAINER_STATE_RUNNING":    1,
	"CONTAINER_STATE_TERMINATED": 2,
	"CONTAINER_STATE_WAITING":    3,
}
View Source
var ContainerType_name = map[int32]string{
	0: "CONTAINER_TYPE_UNKNOWN",
	1: "CONTAINER_TYPE_DOCKER",
	2: "CONTAINER_TYPE_CRIO",
	3: "CONTAINER_TYPE_CONTAINERD",
}
View Source
var ContainerType_value = map[string]int32{
	"CONTAINER_TYPE_UNKNOWN":    0,
	"CONTAINER_TYPE_DOCKER":     1,
	"CONTAINER_TYPE_CRIO":       2,
	"CONTAINER_TYPE_CONTAINERD": 3,
}
View Source
var DNSPolicy_name = map[int32]string{
	0: "DEFAULT",
	1: "NONE",
	2: "CLUSTER_FIRST",
	3: "CLUSTER_FIRST_WITH_HOST_NET",
}
View Source
var DNSPolicy_value = map[string]int32{
	"DEFAULT":                     0,
	"NONE":                        1,
	"CLUSTER_FIRST":               2,
	"CLUSTER_FIRST_WITH_HOST_NET": 3,
}
View Source
var DeploymentConditionType_name = map[int32]string{
	0: "DEPLOYMENT_CONDITION_TYPE_UNKNOWN",
	1: "DEPLOYMENT_CONDITION_AVAILABLE",
	2: "DEPLOYMENT_CONDITION_PROGRESSING",
	3: "DEPLOYMENT_CONDITION_REPLICA_FAILURE",
}
View Source
var DeploymentConditionType_value = map[string]int32{
	"DEPLOYMENT_CONDITION_TYPE_UNKNOWN":    0,
	"DEPLOYMENT_CONDITION_AVAILABLE":       1,
	"DEPLOYMENT_CONDITION_PROGRESSING":     2,
	"DEPLOYMENT_CONDITION_REPLICA_FAILURE": 3,
}
View Source
var DeploymentStrategyType_name = map[int32]string{
	0: "DEPLOYMENT_STRATEGY_UNKNOWN",
	1: "DEPLOYMENT_STRATEGY_RECREATE",
	2: "DEPLOYMENT_STRATEGY_ROLLING_UPDATE",
}
View Source
var DeploymentStrategyType_value = map[string]int32{
	"DEPLOYMENT_STRATEGY_UNKNOWN":        0,
	"DEPLOYMENT_STRATEGY_RECREATE":       1,
	"DEPLOYMENT_STRATEGY_ROLLING_UPDATE": 2,
}
View Source
var ExternalTrafficPolicyType_name = map[int32]string{
	0: "TRAFFIC_POLICY_TYPE_UNKNOWN",
	1: "TRAFFIC_LOCAL",
	2: "TRAFFIC_CLUSTER",
}
View Source
var ExternalTrafficPolicyType_value = map[string]int32{
	"TRAFFIC_POLICY_TYPE_UNKNOWN": 0,
	"TRAFFIC_LOCAL":               1,
	"TRAFFIC_CLUSTER":             2,
}
View Source
var IPProtocol_name = map[int32]string{
	0: "IP_PROTOCOL_UNKNOWN",
	1: "TCP",
	2: "UDP",
	3: "SCTP",
}
View Source
var IPProtocol_value = map[string]int32{
	"IP_PROTOCOL_UNKNOWN": 0,
	"TCP":                 1,
	"UDP":                 2,
	"SCTP":                3,
}
View Source
var NodeAddressType_name = map[int32]string{
	0: "NODE_ADDR_TYPE_UNKNOWN",
	1: "NODE_ADDR_TYPE_HOSTNAME",
	2: "NODE_ADDR_TYPE_EXTERNAL_IP",
	3: "NODE_ADDR_TYPE_INTERNAL_IP",
	4: "NODE_ADDR_TYPE_EXTERNAL_DNS",
	5: "NODE_ADDR_TYPE_INTERNAL_DNS",
}
View Source
var NodeAddressType_value = map[string]int32{
	"NODE_ADDR_TYPE_UNKNOWN":      0,
	"NODE_ADDR_TYPE_HOSTNAME":     1,
	"NODE_ADDR_TYPE_EXTERNAL_IP":  2,
	"NODE_ADDR_TYPE_INTERNAL_IP":  3,
	"NODE_ADDR_TYPE_EXTERNAL_DNS": 4,
	"NODE_ADDR_TYPE_INTERNAL_DNS": 5,
}
View Source
var NodeConditionType_name = map[int32]string{
	0: "NODE_CONDITION_UNKNOWN",
	1: "NODE_CONDITION_READY",
	2: "NODE_CONDITION_MEMORY_PRESSURE",
	3: "NODE_CONDITION_DISK_PRESSURE",
	4: "NODE_CONDITION_PID_PRESSURE",
	5: "NODE_CONDITION_NETWORK_UNAVAILABLE",
}
View Source
var NodeConditionType_value = map[string]int32{
	"NODE_CONDITION_UNKNOWN":             0,
	"NODE_CONDITION_READY":               1,
	"NODE_CONDITION_MEMORY_PRESSURE":     2,
	"NODE_CONDITION_DISK_PRESSURE":       3,
	"NODE_CONDITION_PID_PRESSURE":        4,
	"NODE_CONDITION_NETWORK_UNAVAILABLE": 5,
}
View Source
var NodePhase_name = map[int32]string{
	0: "NODE_PHASE_UNKNOWN",
	1: "NODE_PHASE_PENDING",
	2: "NODE_PHASE_RUNNING",
	3: "NODE_PHASE_TERMINATED",
}
View Source
var NodePhase_value = map[string]int32{
	"NODE_PHASE_UNKNOWN":    0,
	"NODE_PHASE_PENDING":    1,
	"NODE_PHASE_RUNNING":    2,
	"NODE_PHASE_TERMINATED": 3,
}
View Source
var PodConditionType_name = map[int32]string{
	0: "TYPE_UNKNOWN",
	1: "POD_SCHEDULED",
	2: "READY",
	3: "INITIALIZED",
	4: "UNSCHEDULABLE",
	5: "CONTAINERS_READY",
}
View Source
var PodConditionType_value = map[string]int32{
	"TYPE_UNKNOWN":     0,
	"POD_SCHEDULED":    1,
	"READY":            2,
	"INITIALIZED":      3,
	"UNSCHEDULABLE":    4,
	"CONTAINERS_READY": 5,
}
View Source
var PodPhase_name = map[int32]string{
	0: "PHASE_UNKNOWN",
	1: "PENDING",
	2: "RUNNING",
	3: "SUCCEEDED",
	4: "FAILED",
	5: "TERMINATED",
}
View Source
var PodPhase_value = map[string]int32{
	"PHASE_UNKNOWN": 0,
	"PENDING":       1,
	"RUNNING":       2,
	"SUCCEEDED":     3,
	"FAILED":        4,
	"TERMINATED":    5,
}
View Source
var PodQOSClass_name = map[int32]string{
	0: "QOS_CLASS_UNKNOWN",
	1: "QOS_CLASS_GUARANTEED",
	2: "QOS_CLASS_BURSTABLE",
	3: "QOS_CLASS_BEST_EFFORT",
}
View Source
var PodQOSClass_value = map[string]int32{
	"QOS_CLASS_UNKNOWN":     0,
	"QOS_CLASS_GUARANTEED":  1,
	"QOS_CLASS_BURSTABLE":   2,
	"QOS_CLASS_BEST_EFFORT": 3,
}
View Source
var ServiceType_name = map[int32]string{
	0: "SERVICE_TYPE_UNKNOWN",
	1: "EXTERNAL_NAME",
	2: "CLUSTER_IP",
	3: "NODE_PORT",
	4: "LOAD_BALANCER",
}
View Source
var ServiceType_value = map[string]int32{
	"SERVICE_TYPE_UNKNOWN": 0,
	"EXTERNAL_NAME":        1,
	"CLUSTER_IP":           2,
	"NODE_PORT":            3,
	"LOAD_BALANCER":        4,
}

Functions

This section is empty.

Types

type ConditionStatus

type ConditionStatus int32
const (
	CONDITION_STATUS_UNKNOWN ConditionStatus = 0
	CONDITION_STATUS_TRUE    ConditionStatus = 1
	CONDITION_STATUS_FALSE   ConditionStatus = 2
)

func (ConditionStatus) EnumDescriptor

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

func (ConditionStatus) String

func (x ConditionStatus) String() string

type ContainerInfo

type ContainerInfo struct {
	Name             string         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	UID              string         `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	StartTimestampNS int64          `protobuf:"varint,3,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	StopTimestampNS  int64          `protobuf:"varint,4,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
	PodUID           string         `protobuf:"bytes,5,opt,name=pod_uid,json=podUid,proto3" json:"pod_uid,omitempty"`
	Namespace        string         `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Processes        []*ProcessInfo `protobuf:"bytes,7,rep,name=processes,proto3" json:"processes,omitempty"`
}

func (*ContainerInfo) Descriptor

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

func (*ContainerInfo) Equal

func (this *ContainerInfo) Equal(that interface{}) bool

func (*ContainerInfo) GetName

func (m *ContainerInfo) GetName() string

func (*ContainerInfo) GetNamespace

func (m *ContainerInfo) GetNamespace() string

func (*ContainerInfo) GetPodUID

func (m *ContainerInfo) GetPodUID() string

func (*ContainerInfo) GetProcesses

func (m *ContainerInfo) GetProcesses() []*ProcessInfo

func (*ContainerInfo) GetStartTimestampNS

func (m *ContainerInfo) GetStartTimestampNS() int64

func (*ContainerInfo) GetStopTimestampNS

func (m *ContainerInfo) GetStopTimestampNS() int64

func (*ContainerInfo) GetUID

func (m *ContainerInfo) GetUID() string

func (*ContainerInfo) GoString

func (this *ContainerInfo) GoString() string

func (*ContainerInfo) Marshal

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

func (*ContainerInfo) MarshalTo

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

func (*ContainerInfo) MarshalToSizedBuffer

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

func (*ContainerInfo) ProtoMessage

func (*ContainerInfo) ProtoMessage()

func (*ContainerInfo) Reset

func (m *ContainerInfo) Reset()

func (*ContainerInfo) Size

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

func (*ContainerInfo) String

func (this *ContainerInfo) String() string

func (*ContainerInfo) Unmarshal

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

func (*ContainerInfo) XXX_DiscardUnknown

func (m *ContainerInfo) XXX_DiscardUnknown()

func (*ContainerInfo) XXX_Marshal

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

func (*ContainerInfo) XXX_Merge

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

func (*ContainerInfo) XXX_Size

func (m *ContainerInfo) XXX_Size() int

func (*ContainerInfo) XXX_Unmarshal

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

type ContainerState

type ContainerState int32
const (
	CONTAINER_STATE_UNKNOWN    ContainerState = 0
	CONTAINER_STATE_RUNNING    ContainerState = 1
	CONTAINER_STATE_TERMINATED ContainerState = 2
	CONTAINER_STATE_WAITING    ContainerState = 3
)

func (ContainerState) EnumDescriptor

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

func (ContainerState) String

func (x ContainerState) String() string

type ContainerStatus

type ContainerStatus struct {
	Name             string         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ContainerID      string         `protobuf:"bytes,2,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	ContainerState   ContainerState `` /* 149-byte string literal not displayed */
	StartTimestampNS int64          `protobuf:"varint,4,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	StopTimestampNS  int64          `protobuf:"varint,5,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
	Message          string         `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"`
	Reason           string         `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason,omitempty"`
	RestartCount     int64          `protobuf:"varint,8,opt,name=restart_count,json=restartCount,proto3" json:"restart_count,omitempty"`
}

func (*ContainerStatus) Descriptor

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

func (*ContainerStatus) Equal

func (this *ContainerStatus) Equal(that interface{}) bool

func (*ContainerStatus) GetContainerID

func (m *ContainerStatus) GetContainerID() string

func (*ContainerStatus) GetContainerState

func (m *ContainerStatus) GetContainerState() ContainerState

func (*ContainerStatus) GetMessage

func (m *ContainerStatus) GetMessage() string

func (*ContainerStatus) GetName

func (m *ContainerStatus) GetName() string

func (*ContainerStatus) GetReason

func (m *ContainerStatus) GetReason() string

func (*ContainerStatus) GetRestartCount

func (m *ContainerStatus) GetRestartCount() int64

func (*ContainerStatus) GetStartTimestampNS

func (m *ContainerStatus) GetStartTimestampNS() int64

func (*ContainerStatus) GetStopTimestampNS

func (m *ContainerStatus) GetStopTimestampNS() int64

func (*ContainerStatus) GoString

func (this *ContainerStatus) GoString() string

func (*ContainerStatus) Marshal

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

func (*ContainerStatus) MarshalTo

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

func (*ContainerStatus) MarshalToSizedBuffer

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

func (*ContainerStatus) ProtoMessage

func (*ContainerStatus) ProtoMessage()

func (*ContainerStatus) Reset

func (m *ContainerStatus) Reset()

func (*ContainerStatus) Size

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

func (*ContainerStatus) String

func (this *ContainerStatus) String() string

func (*ContainerStatus) Unmarshal

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

func (*ContainerStatus) XXX_DiscardUnknown

func (m *ContainerStatus) XXX_DiscardUnknown()

func (*ContainerStatus) XXX_Marshal

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

func (*ContainerStatus) XXX_Merge

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

func (*ContainerStatus) XXX_Size

func (m *ContainerStatus) XXX_Size() int

func (*ContainerStatus) XXX_Unmarshal

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

type ContainerType

type ContainerType int32
const (
	CONTAINER_TYPE_UNKNOWN    ContainerType = 0
	CONTAINER_TYPE_DOCKER     ContainerType = 1
	CONTAINER_TYPE_CRIO       ContainerType = 2
	CONTAINER_TYPE_CONTAINERD ContainerType = 3
)

func (ContainerType) EnumDescriptor

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

func (ContainerType) String

func (x ContainerType) String() string

type ContainerUpdate

type ContainerUpdate struct {
	CID              string         `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Name             string         `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	StartTimestampNS int64          `protobuf:"varint,3,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	StopTimestampNS  int64          `protobuf:"varint,4,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
	Namespace        string         `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	PodID            string         `protobuf:"bytes,6,opt,name=pod_id,json=podId,proto3" json:"pod_id,omitempty"`
	PodName          string         `protobuf:"bytes,7,opt,name=pod_name,json=podName,proto3" json:"pod_name,omitempty"`
	ContainerState   ContainerState `` /* 149-byte string literal not displayed */
	Message          string         `protobuf:"bytes,9,opt,name=message,proto3" json:"message,omitempty"`
	Reason           string         `protobuf:"bytes,10,opt,name=reason,proto3" json:"reason,omitempty"`
	ContainerType    ContainerType  `` /* 146-byte string literal not displayed */
}

func (*ContainerUpdate) Descriptor

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

func (*ContainerUpdate) Equal

func (this *ContainerUpdate) Equal(that interface{}) bool

func (*ContainerUpdate) GetCID

func (m *ContainerUpdate) GetCID() string

func (*ContainerUpdate) GetContainerState

func (m *ContainerUpdate) GetContainerState() ContainerState

func (*ContainerUpdate) GetContainerType

func (m *ContainerUpdate) GetContainerType() ContainerType

func (*ContainerUpdate) GetMessage

func (m *ContainerUpdate) GetMessage() string

func (*ContainerUpdate) GetName

func (m *ContainerUpdate) GetName() string

func (*ContainerUpdate) GetNamespace

func (m *ContainerUpdate) GetNamespace() string

func (*ContainerUpdate) GetPodID

func (m *ContainerUpdate) GetPodID() string

func (*ContainerUpdate) GetPodName

func (m *ContainerUpdate) GetPodName() string

func (*ContainerUpdate) GetReason

func (m *ContainerUpdate) GetReason() string

func (*ContainerUpdate) GetStartTimestampNS

func (m *ContainerUpdate) GetStartTimestampNS() int64

func (*ContainerUpdate) GetStopTimestampNS

func (m *ContainerUpdate) GetStopTimestampNS() int64

func (*ContainerUpdate) GoString

func (this *ContainerUpdate) GoString() string

func (*ContainerUpdate) Marshal

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

func (*ContainerUpdate) MarshalTo

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

func (*ContainerUpdate) MarshalToSizedBuffer

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

func (*ContainerUpdate) ProtoMessage

func (*ContainerUpdate) ProtoMessage()

func (*ContainerUpdate) Reset

func (m *ContainerUpdate) Reset()

func (*ContainerUpdate) Size

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

func (*ContainerUpdate) String

func (this *ContainerUpdate) String() string

func (*ContainerUpdate) Unmarshal

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

func (*ContainerUpdate) XXX_DiscardUnknown

func (m *ContainerUpdate) XXX_DiscardUnknown()

func (*ContainerUpdate) XXX_Marshal

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

func (*ContainerUpdate) XXX_Merge

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

func (*ContainerUpdate) XXX_Size

func (m *ContainerUpdate) XXX_Size() int

func (*ContainerUpdate) XXX_Unmarshal

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

type DNSPolicy

type DNSPolicy int32
const (
	DEFAULT                     DNSPolicy = 0
	NONE                        DNSPolicy = 1
	CLUSTER_FIRST               DNSPolicy = 2
	CLUSTER_FIRST_WITH_HOST_NET DNSPolicy = 3
)

func (DNSPolicy) EnumDescriptor

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

func (DNSPolicy) String

func (x DNSPolicy) String() string

type Deployment

type Deployment struct {
	Metadata *ObjectMetadata   `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec     *DeploymentSpec   `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	Status   *DeploymentStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
}

func (*Deployment) Descriptor

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

func (*Deployment) Equal

func (this *Deployment) Equal(that interface{}) bool

func (*Deployment) GetMetadata

func (m *Deployment) GetMetadata() *ObjectMetadata

func (*Deployment) GetSpec

func (m *Deployment) GetSpec() *DeploymentSpec

func (*Deployment) GetStatus

func (m *Deployment) GetStatus() *DeploymentStatus

func (*Deployment) GoString

func (this *Deployment) GoString() string

func (*Deployment) Marshal

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

func (*Deployment) MarshalTo

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

func (*Deployment) MarshalToSizedBuffer

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

func (*Deployment) ProtoMessage

func (*Deployment) ProtoMessage()

func (*Deployment) Reset

func (m *Deployment) Reset()

func (*Deployment) Size

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

func (*Deployment) String

func (this *Deployment) String() string

func (*Deployment) Unmarshal

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

func (*Deployment) XXX_DiscardUnknown

func (m *Deployment) XXX_DiscardUnknown()

func (*Deployment) XXX_Marshal

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

func (*Deployment) XXX_Merge

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

func (*Deployment) XXX_Size

func (m *Deployment) XXX_Size() int

func (*Deployment) XXX_Unmarshal

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

type DeploymentCondition

type DeploymentCondition struct {
	Type                 DeploymentConditionType `protobuf:"varint,1,opt,name=type,proto3,enum=px.shared.k8s.metadatapb.DeploymentConditionType" json:"type,omitempty"`
	Status               ConditionStatus         `protobuf:"varint,2,opt,name=status,proto3,enum=px.shared.k8s.metadatapb.ConditionStatus" json:"status,omitempty"`
	LastUpdateTimeNS     int64                   `protobuf:"varint,3,opt,name=last_update_time_ns,json=lastUpdateTimeNs,proto3" json:"last_update_time_ns,omitempty"`
	LastTransitionTimeNS int64                   `` /* 126-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"`
}

func (*DeploymentCondition) Descriptor

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

func (*DeploymentCondition) Equal

func (this *DeploymentCondition) Equal(that interface{}) bool

func (*DeploymentCondition) GetLastTransitionTimeNS

func (m *DeploymentCondition) GetLastTransitionTimeNS() int64

func (*DeploymentCondition) GetLastUpdateTimeNS

func (m *DeploymentCondition) GetLastUpdateTimeNS() int64

func (*DeploymentCondition) GetMessage

func (m *DeploymentCondition) GetMessage() string

func (*DeploymentCondition) GetReason

func (m *DeploymentCondition) GetReason() string

func (*DeploymentCondition) GetStatus

func (m *DeploymentCondition) GetStatus() ConditionStatus

func (*DeploymentCondition) GetType

func (*DeploymentCondition) GoString

func (this *DeploymentCondition) GoString() string

func (*DeploymentCondition) Marshal

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

func (*DeploymentCondition) MarshalTo

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

func (*DeploymentCondition) MarshalToSizedBuffer

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

func (*DeploymentCondition) ProtoMessage

func (*DeploymentCondition) ProtoMessage()

func (*DeploymentCondition) Reset

func (m *DeploymentCondition) Reset()

func (*DeploymentCondition) Size

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

func (*DeploymentCondition) String

func (this *DeploymentCondition) String() string

func (*DeploymentCondition) Unmarshal

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

func (*DeploymentCondition) XXX_DiscardUnknown

func (m *DeploymentCondition) XXX_DiscardUnknown()

func (*DeploymentCondition) XXX_Marshal

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

func (*DeploymentCondition) XXX_Merge

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

func (*DeploymentCondition) XXX_Size

func (m *DeploymentCondition) XXX_Size() int

func (*DeploymentCondition) XXX_Unmarshal

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

type DeploymentConditionType

type DeploymentConditionType int32
const (
	DEPLOYMENT_CONDITION_TYPE_UNKNOWN    DeploymentConditionType = 0
	DEPLOYMENT_CONDITION_AVAILABLE       DeploymentConditionType = 1
	DEPLOYMENT_CONDITION_PROGRESSING     DeploymentConditionType = 2
	DEPLOYMENT_CONDITION_REPLICA_FAILURE DeploymentConditionType = 3
)

func (DeploymentConditionType) EnumDescriptor

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

func (DeploymentConditionType) String

func (x DeploymentConditionType) String() string

type DeploymentSpec

type DeploymentSpec struct {
	Replicas                int32               `protobuf:"varint,1,opt,name=replicas,proto3" json:"replicas,omitempty"`
	Selector                *LabelSelector      `protobuf:"bytes,2,opt,name=selector,proto3" json:"selector,omitempty"`
	Template                *PodTemplateSpec    `protobuf:"bytes,3,opt,name=template,proto3" json:"template,omitempty"`
	Strategy                *DeploymentStrategy `protobuf:"bytes,4,opt,name=strategy,proto3" json:"strategy,omitempty"`
	MinReadySeconds         int32               `protobuf:"varint,5,opt,name=min_ready_seconds,json=minReadySeconds,proto3" json:"min_ready_seconds,omitempty"`
	RevisionHistoryLimit    int32               `protobuf:"varint,6,opt,name=revision_history_limit,json=revisionHistoryLimit,proto3" json:"revision_history_limit,omitempty"`
	Paused                  bool                `protobuf:"varint,7,opt,name=paused,proto3" json:"paused,omitempty"`
	ProgressDeadlineSeconds int32               `` /* 133-byte string literal not displayed */
}

func (*DeploymentSpec) Descriptor

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

func (*DeploymentSpec) Equal

func (this *DeploymentSpec) Equal(that interface{}) bool

func (*DeploymentSpec) GetMinReadySeconds

func (m *DeploymentSpec) GetMinReadySeconds() int32

func (*DeploymentSpec) GetPaused

func (m *DeploymentSpec) GetPaused() bool

func (*DeploymentSpec) GetProgressDeadlineSeconds

func (m *DeploymentSpec) GetProgressDeadlineSeconds() int32

func (*DeploymentSpec) GetReplicas

func (m *DeploymentSpec) GetReplicas() int32

func (*DeploymentSpec) GetRevisionHistoryLimit

func (m *DeploymentSpec) GetRevisionHistoryLimit() int32

func (*DeploymentSpec) GetSelector

func (m *DeploymentSpec) GetSelector() *LabelSelector

func (*DeploymentSpec) GetStrategy

func (m *DeploymentSpec) GetStrategy() *DeploymentStrategy

func (*DeploymentSpec) GetTemplate

func (m *DeploymentSpec) GetTemplate() *PodTemplateSpec

func (*DeploymentSpec) GoString

func (this *DeploymentSpec) GoString() string

func (*DeploymentSpec) Marshal

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

func (*DeploymentSpec) MarshalTo

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

func (*DeploymentSpec) MarshalToSizedBuffer

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

func (*DeploymentSpec) ProtoMessage

func (*DeploymentSpec) ProtoMessage()

func (*DeploymentSpec) Reset

func (m *DeploymentSpec) Reset()

func (*DeploymentSpec) Size

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

func (*DeploymentSpec) String

func (this *DeploymentSpec) String() string

func (*DeploymentSpec) Unmarshal

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

func (*DeploymentSpec) XXX_DiscardUnknown

func (m *DeploymentSpec) XXX_DiscardUnknown()

func (*DeploymentSpec) XXX_Marshal

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

func (*DeploymentSpec) XXX_Merge

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

func (*DeploymentSpec) XXX_Size

func (m *DeploymentSpec) XXX_Size() int

func (*DeploymentSpec) XXX_Unmarshal

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

type DeploymentStatus

type DeploymentStatus struct {
	ObservedGeneration  int64                  `protobuf:"varint,1,opt,name=observed_generation,json=observedGeneration,proto3" json:"observed_generation,omitempty"`
	Replicas            int32                  `protobuf:"varint,2,opt,name=replicas,proto3" json:"replicas,omitempty"`
	UpdatedReplicas     int32                  `protobuf:"varint,3,opt,name=updated_replicas,json=updatedReplicas,proto3" json:"updated_replicas,omitempty"`
	ReadyReplicas       int32                  `protobuf:"varint,4,opt,name=ready_replicas,json=readyReplicas,proto3" json:"ready_replicas,omitempty"`
	AvailableReplicas   int32                  `protobuf:"varint,5,opt,name=available_replicas,json=availableReplicas,proto3" json:"available_replicas,omitempty"`
	UnavailableReplicas int32                  `protobuf:"varint,6,opt,name=unavailable_replicas,json=unavailableReplicas,proto3" json:"unavailable_replicas,omitempty"`
	Conditions          []*DeploymentCondition `protobuf:"bytes,7,rep,name=conditions,proto3" json:"conditions,omitempty"`
	CollisionCount      int32                  `protobuf:"varint,8,opt,name=collision_count,json=collisionCount,proto3" json:"collision_count,omitempty"`
}

func (*DeploymentStatus) Descriptor

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

func (*DeploymentStatus) Equal

func (this *DeploymentStatus) Equal(that interface{}) bool

func (*DeploymentStatus) GetAvailableReplicas

func (m *DeploymentStatus) GetAvailableReplicas() int32

func (*DeploymentStatus) GetCollisionCount

func (m *DeploymentStatus) GetCollisionCount() int32

func (*DeploymentStatus) GetConditions

func (m *DeploymentStatus) GetConditions() []*DeploymentCondition

func (*DeploymentStatus) GetObservedGeneration

func (m *DeploymentStatus) GetObservedGeneration() int64

func (*DeploymentStatus) GetReadyReplicas

func (m *DeploymentStatus) GetReadyReplicas() int32

func (*DeploymentStatus) GetReplicas

func (m *DeploymentStatus) GetReplicas() int32

func (*DeploymentStatus) GetUnavailableReplicas

func (m *DeploymentStatus) GetUnavailableReplicas() int32

func (*DeploymentStatus) GetUpdatedReplicas

func (m *DeploymentStatus) GetUpdatedReplicas() int32

func (*DeploymentStatus) GoString

func (this *DeploymentStatus) GoString() string

func (*DeploymentStatus) Marshal

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

func (*DeploymentStatus) MarshalTo

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

func (*DeploymentStatus) MarshalToSizedBuffer

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

func (*DeploymentStatus) ProtoMessage

func (*DeploymentStatus) ProtoMessage()

func (*DeploymentStatus) Reset

func (m *DeploymentStatus) Reset()

func (*DeploymentStatus) Size

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

func (*DeploymentStatus) String

func (this *DeploymentStatus) String() string

func (*DeploymentStatus) Unmarshal

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

func (*DeploymentStatus) XXX_DiscardUnknown

func (m *DeploymentStatus) XXX_DiscardUnknown()

func (*DeploymentStatus) XXX_Marshal

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

func (*DeploymentStatus) XXX_Merge

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

func (*DeploymentStatus) XXX_Size

func (m *DeploymentStatus) XXX_Size() int

func (*DeploymentStatus) XXX_Unmarshal

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

type DeploymentStrategy

type DeploymentStrategy struct {
	Type          DeploymentStrategyType   `protobuf:"varint,1,opt,name=type,proto3,enum=px.shared.k8s.metadatapb.DeploymentStrategyType" json:"type,omitempty"`
	RollingUpdate *RollingUpdateDeployment `protobuf:"bytes,2,opt,name=rolling_update,json=rollingUpdate,proto3" json:"rolling_update,omitempty"`
}

func (*DeploymentStrategy) Descriptor

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

func (*DeploymentStrategy) Equal

func (this *DeploymentStrategy) Equal(that interface{}) bool

func (*DeploymentStrategy) GetRollingUpdate

func (m *DeploymentStrategy) GetRollingUpdate() *RollingUpdateDeployment

func (*DeploymentStrategy) GetType

func (*DeploymentStrategy) GoString

func (this *DeploymentStrategy) GoString() string

func (*DeploymentStrategy) Marshal

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

func (*DeploymentStrategy) MarshalTo

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

func (*DeploymentStrategy) MarshalToSizedBuffer

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

func (*DeploymentStrategy) ProtoMessage

func (*DeploymentStrategy) ProtoMessage()

func (*DeploymentStrategy) Reset

func (m *DeploymentStrategy) Reset()

func (*DeploymentStrategy) Size

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

func (*DeploymentStrategy) String

func (this *DeploymentStrategy) String() string

func (*DeploymentStrategy) Unmarshal

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

func (*DeploymentStrategy) XXX_DiscardUnknown

func (m *DeploymentStrategy) XXX_DiscardUnknown()

func (*DeploymentStrategy) XXX_Marshal

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

func (*DeploymentStrategy) XXX_Merge

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

func (*DeploymentStrategy) XXX_Size

func (m *DeploymentStrategy) XXX_Size() int

func (*DeploymentStrategy) XXX_Unmarshal

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

type DeploymentStrategyType

type DeploymentStrategyType int32
const (
	DEPLOYMENT_STRATEGY_UNKNOWN        DeploymentStrategyType = 0
	DEPLOYMENT_STRATEGY_RECREATE       DeploymentStrategyType = 1
	DEPLOYMENT_STRATEGY_ROLLING_UPDATE DeploymentStrategyType = 2
)

func (DeploymentStrategyType) EnumDescriptor

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

func (DeploymentStrategyType) String

func (x DeploymentStrategyType) String() string

type DeploymentUpdate

type DeploymentUpdate struct {
	UID                 string                 `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name                string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	StartTimestampNS    int64                  `protobuf:"varint,3,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	StopTimestampNS     int64                  `protobuf:"varint,4,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
	Namespace           string                 `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	ObservedGeneration  int32                  `protobuf:"varint,6,opt,name=observed_generation,json=observedGeneration,proto3" json:"observed_generation,omitempty"`
	Replicas            int32                  `protobuf:"varint,7,opt,name=replicas,proto3" json:"replicas,omitempty"`
	UpdatedReplicas     int32                  `protobuf:"varint,8,opt,name=updated_replicas,json=updatedReplicas,proto3" json:"updated_replicas,omitempty"`
	ReadyReplicas       int32                  `protobuf:"varint,9,opt,name=ready_replicas,json=readyReplicas,proto3" json:"ready_replicas,omitempty"`
	AvailableReplicas   int32                  `protobuf:"varint,10,opt,name=available_replicas,json=availableReplicas,proto3" json:"available_replicas,omitempty"`
	UnavailableReplicas int32                  `protobuf:"varint,11,opt,name=unavailable_replicas,json=unavailableReplicas,proto3" json:"unavailable_replicas,omitempty"`
	RequestedReplicas   int32                  `protobuf:"varint,13,opt,name=requested_replicas,json=requestedReplicas,proto3" json:"requested_replicas,omitempty"`
	Conditions          []*DeploymentCondition `protobuf:"bytes,12,rep,name=conditions,proto3" json:"conditions,omitempty"`
}

func (*DeploymentUpdate) Descriptor

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

func (*DeploymentUpdate) Equal

func (this *DeploymentUpdate) Equal(that interface{}) bool

func (*DeploymentUpdate) GetAvailableReplicas

func (m *DeploymentUpdate) GetAvailableReplicas() int32

func (*DeploymentUpdate) GetConditions

func (m *DeploymentUpdate) GetConditions() []*DeploymentCondition

func (*DeploymentUpdate) GetName

func (m *DeploymentUpdate) GetName() string

func (*DeploymentUpdate) GetNamespace

func (m *DeploymentUpdate) GetNamespace() string

func (*DeploymentUpdate) GetObservedGeneration

func (m *DeploymentUpdate) GetObservedGeneration() int32

func (*DeploymentUpdate) GetReadyReplicas

func (m *DeploymentUpdate) GetReadyReplicas() int32

func (*DeploymentUpdate) GetReplicas

func (m *DeploymentUpdate) GetReplicas() int32

func (*DeploymentUpdate) GetRequestedReplicas

func (m *DeploymentUpdate) GetRequestedReplicas() int32

func (*DeploymentUpdate) GetStartTimestampNS

func (m *DeploymentUpdate) GetStartTimestampNS() int64

func (*DeploymentUpdate) GetStopTimestampNS

func (m *DeploymentUpdate) GetStopTimestampNS() int64

func (*DeploymentUpdate) GetUID

func (m *DeploymentUpdate) GetUID() string

func (*DeploymentUpdate) GetUnavailableReplicas

func (m *DeploymentUpdate) GetUnavailableReplicas() int32

func (*DeploymentUpdate) GetUpdatedReplicas

func (m *DeploymentUpdate) GetUpdatedReplicas() int32

func (*DeploymentUpdate) GoString

func (this *DeploymentUpdate) GoString() string

func (*DeploymentUpdate) Marshal

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

func (*DeploymentUpdate) MarshalTo

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

func (*DeploymentUpdate) MarshalToSizedBuffer

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

func (*DeploymentUpdate) ProtoMessage

func (*DeploymentUpdate) ProtoMessage()

func (*DeploymentUpdate) Reset

func (m *DeploymentUpdate) Reset()

func (*DeploymentUpdate) Size

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

func (*DeploymentUpdate) String

func (this *DeploymentUpdate) String() string

func (*DeploymentUpdate) Unmarshal

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

func (*DeploymentUpdate) XXX_DiscardUnknown

func (m *DeploymentUpdate) XXX_DiscardUnknown()

func (*DeploymentUpdate) XXX_Marshal

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

func (*DeploymentUpdate) XXX_Merge

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

func (*DeploymentUpdate) XXX_Size

func (m *DeploymentUpdate) XXX_Size() int

func (*DeploymentUpdate) XXX_Unmarshal

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

type EndpointAddress

type EndpointAddress struct {
	IP        string           `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	Hostname  string           `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
	NodeName  string           `protobuf:"bytes,3,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	TargetRef *ObjectReference `protobuf:"bytes,4,opt,name=target_ref,json=targetRef,proto3" json:"target_ref,omitempty"`
}

func (*EndpointAddress) Descriptor

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

func (*EndpointAddress) Equal

func (this *EndpointAddress) Equal(that interface{}) bool

func (*EndpointAddress) GetHostname

func (m *EndpointAddress) GetHostname() string

func (*EndpointAddress) GetIP

func (m *EndpointAddress) GetIP() string

func (*EndpointAddress) GetNodeName

func (m *EndpointAddress) GetNodeName() string

func (*EndpointAddress) GetTargetRef

func (m *EndpointAddress) GetTargetRef() *ObjectReference

func (*EndpointAddress) GoString

func (this *EndpointAddress) GoString() string

func (*EndpointAddress) Marshal

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

func (*EndpointAddress) MarshalTo

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

func (*EndpointAddress) MarshalToSizedBuffer

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

func (*EndpointAddress) ProtoMessage

func (*EndpointAddress) ProtoMessage()

func (*EndpointAddress) Reset

func (m *EndpointAddress) Reset()

func (*EndpointAddress) Size

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

func (*EndpointAddress) String

func (this *EndpointAddress) String() string

func (*EndpointAddress) Unmarshal

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

func (*EndpointAddress) XXX_DiscardUnknown

func (m *EndpointAddress) XXX_DiscardUnknown()

func (*EndpointAddress) XXX_Marshal

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

func (*EndpointAddress) XXX_Merge

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

func (*EndpointAddress) XXX_Size

func (m *EndpointAddress) XXX_Size() int

func (*EndpointAddress) XXX_Unmarshal

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

type EndpointPort

type EndpointPort struct {
	Name     string     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Port     int32      `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	Protocol IPProtocol `protobuf:"varint,3,opt,name=protocol,proto3,enum=px.shared.k8s.metadatapb.IPProtocol" json:"protocol,omitempty"`
}

func (*EndpointPort) Descriptor

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

func (*EndpointPort) Equal

func (this *EndpointPort) Equal(that interface{}) bool

func (*EndpointPort) GetName

func (m *EndpointPort) GetName() string

func (*EndpointPort) GetPort

func (m *EndpointPort) GetPort() int32

func (*EndpointPort) GetProtocol

func (m *EndpointPort) GetProtocol() IPProtocol

func (*EndpointPort) GoString

func (this *EndpointPort) GoString() string

func (*EndpointPort) Marshal

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

func (*EndpointPort) MarshalTo

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

func (*EndpointPort) MarshalToSizedBuffer

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

func (*EndpointPort) ProtoMessage

func (*EndpointPort) ProtoMessage()

func (*EndpointPort) Reset

func (m *EndpointPort) Reset()

func (*EndpointPort) Size

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

func (*EndpointPort) String

func (this *EndpointPort) String() string

func (*EndpointPort) Unmarshal

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

func (*EndpointPort) XXX_DiscardUnknown

func (m *EndpointPort) XXX_DiscardUnknown()

func (*EndpointPort) XXX_Marshal

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

func (*EndpointPort) XXX_Merge

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

func (*EndpointPort) XXX_Size

func (m *EndpointPort) XXX_Size() int

func (*EndpointPort) XXX_Unmarshal

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

type EndpointSubset

type EndpointSubset struct {
	Addresses         []*EndpointAddress `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	NotReadyAddresses []*EndpointAddress `protobuf:"bytes,2,rep,name=not_ready_addresses,json=notReadyAddresses,proto3" json:"not_ready_addresses,omitempty"`
	Ports             []*EndpointPort    `protobuf:"bytes,3,rep,name=ports,proto3" json:"ports,omitempty"`
}

func (*EndpointSubset) Descriptor

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

func (*EndpointSubset) Equal

func (this *EndpointSubset) Equal(that interface{}) bool

func (*EndpointSubset) GetAddresses

func (m *EndpointSubset) GetAddresses() []*EndpointAddress

func (*EndpointSubset) GetNotReadyAddresses

func (m *EndpointSubset) GetNotReadyAddresses() []*EndpointAddress

func (*EndpointSubset) GetPorts

func (m *EndpointSubset) GetPorts() []*EndpointPort

func (*EndpointSubset) GoString

func (this *EndpointSubset) GoString() string

func (*EndpointSubset) Marshal

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

func (*EndpointSubset) MarshalTo

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

func (*EndpointSubset) MarshalToSizedBuffer

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

func (*EndpointSubset) ProtoMessage

func (*EndpointSubset) ProtoMessage()

func (*EndpointSubset) Reset

func (m *EndpointSubset) Reset()

func (*EndpointSubset) Size

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

func (*EndpointSubset) String

func (this *EndpointSubset) String() string

func (*EndpointSubset) Unmarshal

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

func (*EndpointSubset) XXX_DiscardUnknown

func (m *EndpointSubset) XXX_DiscardUnknown()

func (*EndpointSubset) XXX_Marshal

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

func (*EndpointSubset) XXX_Merge

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

func (*EndpointSubset) XXX_Size

func (m *EndpointSubset) XXX_Size() int

func (*EndpointSubset) XXX_Unmarshal

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

type Endpoints

type Endpoints struct {
	Metadata *ObjectMetadata   `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Subsets  []*EndpointSubset `protobuf:"bytes,2,rep,name=subsets,proto3" json:"subsets,omitempty"`
}

func (*Endpoints) Descriptor

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

func (*Endpoints) Equal

func (this *Endpoints) Equal(that interface{}) bool

func (*Endpoints) GetMetadata

func (m *Endpoints) GetMetadata() *ObjectMetadata

func (*Endpoints) GetSubsets

func (m *Endpoints) GetSubsets() []*EndpointSubset

func (*Endpoints) GoString

func (this *Endpoints) GoString() string

func (*Endpoints) Marshal

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

func (*Endpoints) MarshalTo

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

func (*Endpoints) MarshalToSizedBuffer

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

func (*Endpoints) ProtoMessage

func (*Endpoints) ProtoMessage()

func (*Endpoints) Reset

func (m *Endpoints) Reset()

func (*Endpoints) Size

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

func (*Endpoints) String

func (this *Endpoints) String() string

func (*Endpoints) Unmarshal

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

func (*Endpoints) XXX_DiscardUnknown

func (m *Endpoints) XXX_DiscardUnknown()

func (*Endpoints) XXX_Marshal

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

func (*Endpoints) XXX_Merge

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

func (*Endpoints) XXX_Size

func (m *Endpoints) XXX_Size() int

func (*Endpoints) XXX_Unmarshal

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

type ExternalTrafficPolicyType

type ExternalTrafficPolicyType int32
const (
	TRAFFIC_POLICY_TYPE_UNKNOWN ExternalTrafficPolicyType = 0
	TRAFFIC_LOCAL               ExternalTrafficPolicyType = 1
	TRAFFIC_CLUSTER             ExternalTrafficPolicyType = 2
)

func (ExternalTrafficPolicyType) EnumDescriptor

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

func (ExternalTrafficPolicyType) String

func (x ExternalTrafficPolicyType) String() string

type IPProtocol

type IPProtocol int32
const (
	IP_PROTOCOL_UNKNOWN IPProtocol = 0
	TCP                 IPProtocol = 1
	UDP                 IPProtocol = 2
	SCTP                IPProtocol = 3
)

func (IPProtocol) EnumDescriptor

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

func (IPProtocol) String

func (x IPProtocol) String() string

type K8SEvent

type K8SEvent struct {
	Message   string           `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	FirstTime *types.Timestamp `protobuf:"bytes,2,opt,name=first_time,json=firstTime,proto3" json:"first_time,omitempty"`
	LastTime  *types.Timestamp `protobuf:"bytes,3,opt,name=last_time,json=lastTime,proto3" json:"last_time,omitempty"`
}

func (*K8SEvent) Descriptor

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

func (*K8SEvent) Equal

func (this *K8SEvent) Equal(that interface{}) bool

func (*K8SEvent) GetFirstTime

func (m *K8SEvent) GetFirstTime() *types.Timestamp

func (*K8SEvent) GetLastTime

func (m *K8SEvent) GetLastTime() *types.Timestamp

func (*K8SEvent) GetMessage

func (m *K8SEvent) GetMessage() string

func (*K8SEvent) GoString

func (this *K8SEvent) GoString() string

func (*K8SEvent) Marshal

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

func (*K8SEvent) MarshalTo

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

func (*K8SEvent) MarshalToSizedBuffer

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

func (*K8SEvent) ProtoMessage

func (*K8SEvent) ProtoMessage()

func (*K8SEvent) Reset

func (m *K8SEvent) Reset()

func (*K8SEvent) Size

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

func (*K8SEvent) String

func (this *K8SEvent) String() string

func (*K8SEvent) Unmarshal

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

func (*K8SEvent) XXX_DiscardUnknown

func (m *K8SEvent) XXX_DiscardUnknown()

func (*K8SEvent) XXX_Marshal

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

func (*K8SEvent) XXX_Merge

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

func (*K8SEvent) XXX_Size

func (m *K8SEvent) XXX_Size() int

func (*K8SEvent) XXX_Unmarshal

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

type LabelSelector

type LabelSelector struct {
	MatchLabels      map[string]string           `` /* 182-byte string literal not displayed */
	MatchExpressions []*LabelSelectorRequirement `protobuf:"bytes,2,rep,name=match_expressions,json=matchExpressions,proto3" json:"match_expressions,omitempty"`
}

func (*LabelSelector) Descriptor

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

func (*LabelSelector) Equal

func (this *LabelSelector) Equal(that interface{}) bool

func (*LabelSelector) GetMatchExpressions

func (m *LabelSelector) GetMatchExpressions() []*LabelSelectorRequirement

func (*LabelSelector) GetMatchLabels

func (m *LabelSelector) GetMatchLabels() map[string]string

func (*LabelSelector) GoString

func (this *LabelSelector) GoString() string

func (*LabelSelector) Marshal

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

func (*LabelSelector) MarshalTo

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

func (*LabelSelector) MarshalToSizedBuffer

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

func (*LabelSelector) ProtoMessage

func (*LabelSelector) ProtoMessage()

func (*LabelSelector) Reset

func (m *LabelSelector) Reset()

func (*LabelSelector) Size

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

func (*LabelSelector) String

func (this *LabelSelector) String() string

func (*LabelSelector) Unmarshal

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

func (*LabelSelector) XXX_DiscardUnknown

func (m *LabelSelector) XXX_DiscardUnknown()

func (*LabelSelector) XXX_Marshal

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

func (*LabelSelector) XXX_Merge

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

func (*LabelSelector) XXX_Size

func (m *LabelSelector) XXX_Size() int

func (*LabelSelector) XXX_Unmarshal

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

type LabelSelectorRequirement

type LabelSelectorRequirement struct {
	Key      string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Operator string   `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Values   []string `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"`
}

func (*LabelSelectorRequirement) Descriptor

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

func (*LabelSelectorRequirement) Equal

func (this *LabelSelectorRequirement) Equal(that interface{}) bool

func (*LabelSelectorRequirement) GetKey

func (m *LabelSelectorRequirement) GetKey() string

func (*LabelSelectorRequirement) GetOperator

func (m *LabelSelectorRequirement) GetOperator() string

func (*LabelSelectorRequirement) GetValues

func (m *LabelSelectorRequirement) GetValues() []string

func (*LabelSelectorRequirement) GoString

func (this *LabelSelectorRequirement) GoString() string

func (*LabelSelectorRequirement) Marshal

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

func (*LabelSelectorRequirement) MarshalTo

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

func (*LabelSelectorRequirement) MarshalToSizedBuffer

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

func (*LabelSelectorRequirement) ProtoMessage

func (*LabelSelectorRequirement) ProtoMessage()

func (*LabelSelectorRequirement) Reset

func (m *LabelSelectorRequirement) Reset()

func (*LabelSelectorRequirement) Size

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

func (*LabelSelectorRequirement) String

func (this *LabelSelectorRequirement) String() string

func (*LabelSelectorRequirement) Unmarshal

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

func (*LabelSelectorRequirement) XXX_DiscardUnknown

func (m *LabelSelectorRequirement) XXX_DiscardUnknown()

func (*LabelSelectorRequirement) XXX_Marshal

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

func (*LabelSelectorRequirement) XXX_Merge

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

func (*LabelSelectorRequirement) XXX_Size

func (m *LabelSelectorRequirement) XXX_Size() int

func (*LabelSelectorRequirement) XXX_Unmarshal

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

type MetadataObject

type MetadataObject struct {
	// Types that are valid to be assigned to Object:
	//	*MetadataObject_Pod
	//	*MetadataObject_Endpoints
	//	*MetadataObject_Service
	//	*MetadataObject_Namespace
	//	*MetadataObject_Node
	//	*MetadataObject_ReplicaSet
	Object isMetadataObject_Object `protobuf_oneof:"object"`
}

func (*MetadataObject) Descriptor

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

func (*MetadataObject) Equal

func (this *MetadataObject) Equal(that interface{}) bool

func (*MetadataObject) GetEndpoints

func (m *MetadataObject) GetEndpoints() *Endpoints

func (*MetadataObject) GetNamespace

func (m *MetadataObject) GetNamespace() *Namespace

func (*MetadataObject) GetNode

func (m *MetadataObject) GetNode() *Node

func (*MetadataObject) GetObject

func (m *MetadataObject) GetObject() isMetadataObject_Object

func (*MetadataObject) GetPod

func (m *MetadataObject) GetPod() *Pod

func (*MetadataObject) GetReplicaSet

func (m *MetadataObject) GetReplicaSet() *ReplicaSet

func (*MetadataObject) GetService

func (m *MetadataObject) GetService() *Service

func (*MetadataObject) GoString

func (this *MetadataObject) GoString() string

func (*MetadataObject) Marshal

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

func (*MetadataObject) MarshalTo

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

func (*MetadataObject) MarshalToSizedBuffer

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

func (*MetadataObject) ProtoMessage

func (*MetadataObject) ProtoMessage()

func (*MetadataObject) Reset

func (m *MetadataObject) Reset()

func (*MetadataObject) Size

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

func (*MetadataObject) String

func (this *MetadataObject) String() string

func (*MetadataObject) Unmarshal

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

func (*MetadataObject) XXX_DiscardUnknown

func (m *MetadataObject) XXX_DiscardUnknown()

func (*MetadataObject) XXX_Marshal

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

func (*MetadataObject) XXX_Merge

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

func (*MetadataObject) XXX_OneofWrappers

func (*MetadataObject) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MetadataObject) XXX_Size

func (m *MetadataObject) XXX_Size() int

func (*MetadataObject) XXX_Unmarshal

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

type MetadataObject_Endpoints

type MetadataObject_Endpoints struct {
	Endpoints *Endpoints `protobuf:"bytes,2,opt,name=endpoints,proto3,oneof" json:"endpoints,omitempty"`
}

func (*MetadataObject_Endpoints) Equal

func (this *MetadataObject_Endpoints) Equal(that interface{}) bool

func (*MetadataObject_Endpoints) GoString

func (this *MetadataObject_Endpoints) GoString() string

func (*MetadataObject_Endpoints) MarshalTo

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

func (*MetadataObject_Endpoints) MarshalToSizedBuffer

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

func (*MetadataObject_Endpoints) Size

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

func (*MetadataObject_Endpoints) String

func (this *MetadataObject_Endpoints) String() string

type MetadataObject_Namespace

type MetadataObject_Namespace struct {
	Namespace *Namespace `protobuf:"bytes,4,opt,name=namespace,proto3,oneof" json:"namespace,omitempty"`
}

func (*MetadataObject_Namespace) Equal

func (this *MetadataObject_Namespace) Equal(that interface{}) bool

func (*MetadataObject_Namespace) GoString

func (this *MetadataObject_Namespace) GoString() string

func (*MetadataObject_Namespace) MarshalTo

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

func (*MetadataObject_Namespace) MarshalToSizedBuffer

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

func (*MetadataObject_Namespace) Size

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

func (*MetadataObject_Namespace) String

func (this *MetadataObject_Namespace) String() string

type MetadataObject_Node

type MetadataObject_Node struct {
	Node *Node `protobuf:"bytes,5,opt,name=node,proto3,oneof" json:"node,omitempty"`
}

func (*MetadataObject_Node) Equal

func (this *MetadataObject_Node) Equal(that interface{}) bool

func (*MetadataObject_Node) GoString

func (this *MetadataObject_Node) GoString() string

func (*MetadataObject_Node) MarshalTo

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

func (*MetadataObject_Node) MarshalToSizedBuffer

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

func (*MetadataObject_Node) Size

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

func (*MetadataObject_Node) String

func (this *MetadataObject_Node) String() string

type MetadataObject_Pod

type MetadataObject_Pod struct {
	Pod *Pod `protobuf:"bytes,1,opt,name=pod,proto3,oneof" json:"pod,omitempty"`
}

func (*MetadataObject_Pod) Equal

func (this *MetadataObject_Pod) Equal(that interface{}) bool

func (*MetadataObject_Pod) GoString

func (this *MetadataObject_Pod) GoString() string

func (*MetadataObject_Pod) MarshalTo

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

func (*MetadataObject_Pod) MarshalToSizedBuffer

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

func (*MetadataObject_Pod) Size

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

func (*MetadataObject_Pod) String

func (this *MetadataObject_Pod) String() string

type MetadataObject_ReplicaSet

type MetadataObject_ReplicaSet struct {
	ReplicaSet *ReplicaSet `protobuf:"bytes,6,opt,name=replicaSet,proto3,oneof" json:"replicaSet,omitempty"`
}

func (*MetadataObject_ReplicaSet) Equal

func (this *MetadataObject_ReplicaSet) Equal(that interface{}) bool

func (*MetadataObject_ReplicaSet) GoString

func (this *MetadataObject_ReplicaSet) GoString() string

func (*MetadataObject_ReplicaSet) MarshalTo

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

func (*MetadataObject_ReplicaSet) MarshalToSizedBuffer

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

func (*MetadataObject_ReplicaSet) Size

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

func (*MetadataObject_ReplicaSet) String

func (this *MetadataObject_ReplicaSet) String() string

type MetadataObject_Service

type MetadataObject_Service struct {
	Service *Service `protobuf:"bytes,3,opt,name=service,proto3,oneof" json:"service,omitempty"`
}

func (*MetadataObject_Service) Equal

func (this *MetadataObject_Service) Equal(that interface{}) bool

func (*MetadataObject_Service) GoString

func (this *MetadataObject_Service) GoString() string

func (*MetadataObject_Service) MarshalTo

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

func (*MetadataObject_Service) MarshalToSizedBuffer

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

func (*MetadataObject_Service) Size

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

func (*MetadataObject_Service) String

func (this *MetadataObject_Service) String() string

type MissingK8SMetadataRequest

type MissingK8SMetadataRequest struct {
	Selector          string `protobuf:"bytes,1,opt,name=selector,proto3" json:"selector,omitempty"`
	FromUpdateVersion int64  `protobuf:"varint,3,opt,name=from_update_version,json=fromUpdateVersion,proto3" json:"from_update_version,omitempty"`
	ToUpdateVersion   int64  `protobuf:"varint,2,opt,name=to_update_version,json=toUpdateVersion,proto3" json:"to_update_version,omitempty"`
	CustomTopic       string `protobuf:"bytes,4,opt,name=custom_topic,json=customTopic,proto3" json:"custom_topic,omitempty"`
}

func (*MissingK8SMetadataRequest) Descriptor

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

func (*MissingK8SMetadataRequest) Equal

func (this *MissingK8SMetadataRequest) Equal(that interface{}) bool

func (*MissingK8SMetadataRequest) GetCustomTopic

func (m *MissingK8SMetadataRequest) GetCustomTopic() string

func (*MissingK8SMetadataRequest) GetFromUpdateVersion

func (m *MissingK8SMetadataRequest) GetFromUpdateVersion() int64

func (*MissingK8SMetadataRequest) GetSelector

func (m *MissingK8SMetadataRequest) GetSelector() string

func (*MissingK8SMetadataRequest) GetToUpdateVersion

func (m *MissingK8SMetadataRequest) GetToUpdateVersion() int64

func (*MissingK8SMetadataRequest) GoString

func (this *MissingK8SMetadataRequest) GoString() string

func (*MissingK8SMetadataRequest) Marshal

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

func (*MissingK8SMetadataRequest) MarshalTo

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

func (*MissingK8SMetadataRequest) MarshalToSizedBuffer

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

func (*MissingK8SMetadataRequest) ProtoMessage

func (*MissingK8SMetadataRequest) ProtoMessage()

func (*MissingK8SMetadataRequest) Reset

func (m *MissingK8SMetadataRequest) Reset()

func (*MissingK8SMetadataRequest) Size

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

func (*MissingK8SMetadataRequest) String

func (this *MissingK8SMetadataRequest) String() string

func (*MissingK8SMetadataRequest) Unmarshal

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

func (*MissingK8SMetadataRequest) XXX_DiscardUnknown

func (m *MissingK8SMetadataRequest) XXX_DiscardUnknown()

func (*MissingK8SMetadataRequest) XXX_Marshal

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

func (*MissingK8SMetadataRequest) XXX_Merge

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

func (*MissingK8SMetadataRequest) XXX_Size

func (m *MissingK8SMetadataRequest) XXX_Size() int

func (*MissingK8SMetadataRequest) XXX_Unmarshal

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

type MissingK8SMetadataResponse

type MissingK8SMetadataResponse struct {
	Updates              []*ResourceUpdate `protobuf:"bytes,1,rep,name=updates,proto3" json:"updates,omitempty"`
	FirstUpdateAvailable int64             `protobuf:"varint,2,opt,name=first_update_available,json=firstUpdateAvailable,proto3" json:"first_update_available,omitempty"`
	LastUpdateAvailable  int64             `protobuf:"varint,3,opt,name=last_update_available,json=lastUpdateAvailable,proto3" json:"last_update_available,omitempty"`
}

func (*MissingK8SMetadataResponse) Descriptor

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

func (*MissingK8SMetadataResponse) Equal

func (this *MissingK8SMetadataResponse) Equal(that interface{}) bool

func (*MissingK8SMetadataResponse) GetFirstUpdateAvailable

func (m *MissingK8SMetadataResponse) GetFirstUpdateAvailable() int64

func (*MissingK8SMetadataResponse) GetLastUpdateAvailable

func (m *MissingK8SMetadataResponse) GetLastUpdateAvailable() int64

func (*MissingK8SMetadataResponse) GetUpdates

func (m *MissingK8SMetadataResponse) GetUpdates() []*ResourceUpdate

func (*MissingK8SMetadataResponse) GoString

func (this *MissingK8SMetadataResponse) GoString() string

func (*MissingK8SMetadataResponse) Marshal

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

func (*MissingK8SMetadataResponse) MarshalTo

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

func (*MissingK8SMetadataResponse) MarshalToSizedBuffer

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

func (*MissingK8SMetadataResponse) ProtoMessage

func (*MissingK8SMetadataResponse) ProtoMessage()

func (*MissingK8SMetadataResponse) Reset

func (m *MissingK8SMetadataResponse) Reset()

func (*MissingK8SMetadataResponse) Size

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

func (*MissingK8SMetadataResponse) String

func (this *MissingK8SMetadataResponse) String() string

func (*MissingK8SMetadataResponse) Unmarshal

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

func (*MissingK8SMetadataResponse) XXX_DiscardUnknown

func (m *MissingK8SMetadataResponse) XXX_DiscardUnknown()

func (*MissingK8SMetadataResponse) XXX_Marshal

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

func (*MissingK8SMetadataResponse) XXX_Merge

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

func (*MissingK8SMetadataResponse) XXX_Size

func (m *MissingK8SMetadataResponse) XXX_Size() int

func (*MissingK8SMetadataResponse) XXX_Unmarshal

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

type Namespace

type Namespace struct {
	Metadata *ObjectMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
}

func (*Namespace) Descriptor

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

func (*Namespace) Equal

func (this *Namespace) Equal(that interface{}) bool

func (*Namespace) GetMetadata

func (m *Namespace) GetMetadata() *ObjectMetadata

func (*Namespace) GoString

func (this *Namespace) GoString() string

func (*Namespace) Marshal

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

func (*Namespace) MarshalTo

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

func (*Namespace) MarshalToSizedBuffer

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

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) Reset

func (m *Namespace) Reset()

func (*Namespace) Size

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

func (*Namespace) String

func (this *Namespace) String() string

func (*Namespace) Unmarshal

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

func (*Namespace) XXX_DiscardUnknown

func (m *Namespace) XXX_DiscardUnknown()

func (*Namespace) XXX_Marshal

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

func (*Namespace) XXX_Merge

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

func (*Namespace) XXX_Size

func (m *Namespace) XXX_Size() int

func (*Namespace) XXX_Unmarshal

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

type NamespaceUpdate

type NamespaceUpdate struct {
	UID              string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name             string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	StartTimestampNS int64  `protobuf:"varint,3,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	StopTimestampNS  int64  `protobuf:"varint,4,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
}

func (*NamespaceUpdate) Descriptor

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

func (*NamespaceUpdate) Equal

func (this *NamespaceUpdate) Equal(that interface{}) bool

func (*NamespaceUpdate) GetName

func (m *NamespaceUpdate) GetName() string

func (*NamespaceUpdate) GetStartTimestampNS

func (m *NamespaceUpdate) GetStartTimestampNS() int64

func (*NamespaceUpdate) GetStopTimestampNS

func (m *NamespaceUpdate) GetStopTimestampNS() int64

func (*NamespaceUpdate) GetUID

func (m *NamespaceUpdate) GetUID() string

func (*NamespaceUpdate) GoString

func (this *NamespaceUpdate) GoString() string

func (*NamespaceUpdate) Marshal

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

func (*NamespaceUpdate) MarshalTo

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

func (*NamespaceUpdate) MarshalToSizedBuffer

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

func (*NamespaceUpdate) ProtoMessage

func (*NamespaceUpdate) ProtoMessage()

func (*NamespaceUpdate) Reset

func (m *NamespaceUpdate) Reset()

func (*NamespaceUpdate) Size

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

func (*NamespaceUpdate) String

func (this *NamespaceUpdate) String() string

func (*NamespaceUpdate) Unmarshal

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

func (*NamespaceUpdate) XXX_DiscardUnknown

func (m *NamespaceUpdate) XXX_DiscardUnknown()

func (*NamespaceUpdate) XXX_Marshal

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

func (*NamespaceUpdate) XXX_Merge

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

func (*NamespaceUpdate) XXX_Size

func (m *NamespaceUpdate) XXX_Size() int

func (*NamespaceUpdate) XXX_Unmarshal

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

type Node

type Node struct {
	Metadata *ObjectMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec     *NodeSpec       `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	Status   *NodeStatus     `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
}

func (*Node) Descriptor

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

func (*Node) Equal

func (this *Node) Equal(that interface{}) bool

func (*Node) GetMetadata

func (m *Node) GetMetadata() *ObjectMetadata

func (*Node) GetSpec

func (m *Node) GetSpec() *NodeSpec

func (*Node) GetStatus

func (m *Node) GetStatus() *NodeStatus

func (*Node) GoString

func (this *Node) GoString() string

func (*Node) Marshal

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

func (*Node) MarshalTo

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

func (*Node) MarshalToSizedBuffer

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

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) Reset

func (m *Node) Reset()

func (*Node) Size

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

func (*Node) String

func (this *Node) String() string

func (*Node) Unmarshal

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

func (*Node) XXX_DiscardUnknown

func (m *Node) XXX_DiscardUnknown()

func (*Node) XXX_Marshal

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

func (*Node) XXX_Merge

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

func (*Node) XXX_Size

func (m *Node) XXX_Size() int

func (*Node) XXX_Unmarshal

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

type NodeAddress

type NodeAddress struct {
	Type    NodeAddressType `protobuf:"varint,1,opt,name=type,proto3,enum=px.shared.k8s.metadatapb.NodeAddressType" json:"type,omitempty"`
	Address string          `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
}

func (*NodeAddress) Descriptor

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

func (*NodeAddress) Equal

func (this *NodeAddress) Equal(that interface{}) bool

func (*NodeAddress) GetAddress

func (m *NodeAddress) GetAddress() string

func (*NodeAddress) GetType

func (m *NodeAddress) GetType() NodeAddressType

func (*NodeAddress) GoString

func (this *NodeAddress) GoString() string

func (*NodeAddress) Marshal

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

func (*NodeAddress) MarshalTo

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

func (*NodeAddress) MarshalToSizedBuffer

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

func (*NodeAddress) ProtoMessage

func (*NodeAddress) ProtoMessage()

func (*NodeAddress) Reset

func (m *NodeAddress) Reset()

func (*NodeAddress) Size

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

func (*NodeAddress) String

func (this *NodeAddress) String() string

func (*NodeAddress) Unmarshal

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

func (*NodeAddress) XXX_DiscardUnknown

func (m *NodeAddress) XXX_DiscardUnknown()

func (*NodeAddress) XXX_Marshal

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

func (*NodeAddress) XXX_Merge

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

func (*NodeAddress) XXX_Size

func (m *NodeAddress) XXX_Size() int

func (*NodeAddress) XXX_Unmarshal

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

type NodeAddressType

type NodeAddressType int32
const (
	NODE_ADDR_TYPE_UNKNOWN      NodeAddressType = 0
	NODE_ADDR_TYPE_HOSTNAME     NodeAddressType = 1
	NODE_ADDR_TYPE_EXTERNAL_IP  NodeAddressType = 2
	NODE_ADDR_TYPE_INTERNAL_IP  NodeAddressType = 3
	NODE_ADDR_TYPE_EXTERNAL_DNS NodeAddressType = 4
	NODE_ADDR_TYPE_INTERNAL_DNS NodeAddressType = 5
)

func (NodeAddressType) EnumDescriptor

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

func (NodeAddressType) String

func (x NodeAddressType) String() string

type NodeCondition

type NodeCondition struct {
	Type   NodeConditionType `protobuf:"varint,1,opt,name=type,proto3,enum=px.shared.k8s.metadatapb.NodeConditionType" json:"type,omitempty"`
	Status ConditionStatus   `protobuf:"varint,2,opt,name=status,proto3,enum=px.shared.k8s.metadatapb.ConditionStatus" json:"status,omitempty"`
}

func (*NodeCondition) Descriptor

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

func (*NodeCondition) Equal

func (this *NodeCondition) Equal(that interface{}) bool

func (*NodeCondition) GetStatus

func (m *NodeCondition) GetStatus() ConditionStatus

func (*NodeCondition) GetType

func (m *NodeCondition) GetType() NodeConditionType

func (*NodeCondition) GoString

func (this *NodeCondition) GoString() string

func (*NodeCondition) Marshal

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

func (*NodeCondition) MarshalTo

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

func (*NodeCondition) MarshalToSizedBuffer

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

func (*NodeCondition) ProtoMessage

func (*NodeCondition) ProtoMessage()

func (*NodeCondition) Reset

func (m *NodeCondition) Reset()

func (*NodeCondition) Size

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

func (*NodeCondition) String

func (this *NodeCondition) String() string

func (*NodeCondition) Unmarshal

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

func (*NodeCondition) XXX_DiscardUnknown

func (m *NodeCondition) XXX_DiscardUnknown()

func (*NodeCondition) XXX_Marshal

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

func (*NodeCondition) XXX_Merge

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

func (*NodeCondition) XXX_Size

func (m *NodeCondition) XXX_Size() int

func (*NodeCondition) XXX_Unmarshal

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

type NodeConditionType

type NodeConditionType int32
const (
	NODE_CONDITION_UNKNOWN             NodeConditionType = 0
	NODE_CONDITION_READY               NodeConditionType = 1
	NODE_CONDITION_MEMORY_PRESSURE     NodeConditionType = 2
	NODE_CONDITION_DISK_PRESSURE       NodeConditionType = 3
	NODE_CONDITION_PID_PRESSURE        NodeConditionType = 4
	NODE_CONDITION_NETWORK_UNAVAILABLE NodeConditionType = 5
)

func (NodeConditionType) EnumDescriptor

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

func (NodeConditionType) String

func (x NodeConditionType) String() string

type NodePhase

type NodePhase int32
const (
	NODE_PHASE_UNKNOWN    NodePhase = 0
	NODE_PHASE_PENDING    NodePhase = 1
	NODE_PHASE_RUNNING    NodePhase = 2
	NODE_PHASE_TERMINATED NodePhase = 3
)

func (NodePhase) EnumDescriptor

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

func (NodePhase) String

func (x NodePhase) String() string

type NodeSpec

type NodeSpec struct {
	PodCIDRs []string `protobuf:"bytes,1,rep,name=pod_cidrs,json=podCidrs,proto3" json:"pod_cidrs,omitempty"`
	PodCIDR  string   `protobuf:"bytes,2,opt,name=pod_cidr,json=podCidr,proto3" json:"pod_cidr,omitempty"`
}

func (*NodeSpec) Descriptor

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

func (*NodeSpec) Equal

func (this *NodeSpec) Equal(that interface{}) bool

func (*NodeSpec) GetPodCIDR

func (m *NodeSpec) GetPodCIDR() string

func (*NodeSpec) GetPodCIDRs

func (m *NodeSpec) GetPodCIDRs() []string

func (*NodeSpec) GoString

func (this *NodeSpec) GoString() string

func (*NodeSpec) Marshal

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

func (*NodeSpec) MarshalTo

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

func (*NodeSpec) MarshalToSizedBuffer

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

func (*NodeSpec) ProtoMessage

func (*NodeSpec) ProtoMessage()

func (*NodeSpec) Reset

func (m *NodeSpec) Reset()

func (*NodeSpec) Size

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

func (*NodeSpec) String

func (this *NodeSpec) String() string

func (*NodeSpec) Unmarshal

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

func (*NodeSpec) XXX_DiscardUnknown

func (m *NodeSpec) XXX_DiscardUnknown()

func (*NodeSpec) XXX_Marshal

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

func (*NodeSpec) XXX_Merge

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

func (*NodeSpec) XXX_Size

func (m *NodeSpec) XXX_Size() int

func (*NodeSpec) XXX_Unmarshal

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

type NodeStatus

type NodeStatus struct {
	Phase      NodePhase        `protobuf:"varint,1,opt,name=phase,proto3,enum=px.shared.k8s.metadatapb.NodePhase" json:"phase,omitempty"`
	Addresses  []*NodeAddress   `protobuf:"bytes,2,rep,name=addresses,proto3" json:"addresses,omitempty"`
	Conditions []*NodeCondition `protobuf:"bytes,3,rep,name=conditions,proto3" json:"conditions,omitempty"`
}

func (*NodeStatus) Descriptor

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

func (*NodeStatus) Equal

func (this *NodeStatus) Equal(that interface{}) bool

func (*NodeStatus) GetAddresses

func (m *NodeStatus) GetAddresses() []*NodeAddress

func (*NodeStatus) GetConditions

func (m *NodeStatus) GetConditions() []*NodeCondition

func (*NodeStatus) GetPhase

func (m *NodeStatus) GetPhase() NodePhase

func (*NodeStatus) GoString

func (this *NodeStatus) GoString() string

func (*NodeStatus) Marshal

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

func (*NodeStatus) MarshalTo

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

func (*NodeStatus) MarshalToSizedBuffer

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

func (*NodeStatus) ProtoMessage

func (*NodeStatus) ProtoMessage()

func (*NodeStatus) Reset

func (m *NodeStatus) Reset()

func (*NodeStatus) Size

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

func (*NodeStatus) String

func (this *NodeStatus) String() string

func (*NodeStatus) Unmarshal

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

func (*NodeStatus) XXX_DiscardUnknown

func (m *NodeStatus) XXX_DiscardUnknown()

func (*NodeStatus) XXX_Marshal

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

func (*NodeStatus) XXX_Merge

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

func (*NodeStatus) XXX_Size

func (m *NodeStatus) XXX_Size() int

func (*NodeStatus) XXX_Unmarshal

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

type NodeUpdate

type NodeUpdate struct {
	UID              string           `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name             string           `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	StartTimestampNS int64            `protobuf:"varint,3,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	StopTimestampNS  int64            `protobuf:"varint,4,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
	Phase            NodePhase        `protobuf:"varint,5,opt,name=phase,proto3,enum=px.shared.k8s.metadatapb.NodePhase" json:"phase,omitempty"`
	PodCIDR          string           `protobuf:"bytes,6,opt,name=pod_cidr,json=podCidr,proto3" json:"pod_cidr,omitempty"`
	PodCIDRs         []string         `protobuf:"bytes,7,rep,name=pod_cidrs,json=podCidrs,proto3" json:"pod_cidrs,omitempty"`
	Conditions       []*NodeCondition `protobuf:"bytes,8,rep,name=conditions,proto3" json:"conditions,omitempty"`
}

func (*NodeUpdate) Descriptor

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

func (*NodeUpdate) Equal

func (this *NodeUpdate) Equal(that interface{}) bool

func (*NodeUpdate) GetConditions

func (m *NodeUpdate) GetConditions() []*NodeCondition

func (*NodeUpdate) GetName

func (m *NodeUpdate) GetName() string

func (*NodeUpdate) GetPhase

func (m *NodeUpdate) GetPhase() NodePhase

func (*NodeUpdate) GetPodCIDR

func (m *NodeUpdate) GetPodCIDR() string

func (*NodeUpdate) GetPodCIDRs

func (m *NodeUpdate) GetPodCIDRs() []string

func (*NodeUpdate) GetStartTimestampNS

func (m *NodeUpdate) GetStartTimestampNS() int64

func (*NodeUpdate) GetStopTimestampNS

func (m *NodeUpdate) GetStopTimestampNS() int64

func (*NodeUpdate) GetUID

func (m *NodeUpdate) GetUID() string

func (*NodeUpdate) GoString

func (this *NodeUpdate) GoString() string

func (*NodeUpdate) Marshal

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

func (*NodeUpdate) MarshalTo

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

func (*NodeUpdate) MarshalToSizedBuffer

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

func (*NodeUpdate) ProtoMessage

func (*NodeUpdate) ProtoMessage()

func (*NodeUpdate) Reset

func (m *NodeUpdate) Reset()

func (*NodeUpdate) Size

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

func (*NodeUpdate) String

func (this *NodeUpdate) String() string

func (*NodeUpdate) Unmarshal

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

func (*NodeUpdate) XXX_DiscardUnknown

func (m *NodeUpdate) XXX_DiscardUnknown()

func (*NodeUpdate) XXX_Marshal

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

func (*NodeUpdate) XXX_Merge

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

func (*NodeUpdate) XXX_Size

func (m *NodeUpdate) XXX_Size() int

func (*NodeUpdate) XXX_Unmarshal

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

type ObjectMetadata

type ObjectMetadata struct {
	Name                string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace           string            `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	UID                 string            `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	ResourceVersion     string            `protobuf:"bytes,4,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	CreationTimestampNS int64             `protobuf:"varint,5,opt,name=creation_timestamp_ns,json=creationTimestampNs,proto3" json:"creation_timestamp_ns,omitempty"`
	DeletionTimestampNS int64             `protobuf:"varint,6,opt,name=deletion_timestamp_ns,json=deletionTimestampNs,proto3" json:"deletion_timestamp_ns,omitempty"`
	Labels              map[string]string `` /* 153-byte string literal not displayed */
	OwnerReferences     []*OwnerReference `protobuf:"bytes,8,rep,name=owner_references,json=ownerReferences,proto3" json:"owner_references,omitempty"`
	Annotations         map[string]string `` /* 164-byte string literal not displayed */
}

func (*ObjectMetadata) Descriptor

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

func (*ObjectMetadata) Equal

func (this *ObjectMetadata) Equal(that interface{}) bool

func (*ObjectMetadata) GetAnnotations

func (m *ObjectMetadata) GetAnnotations() map[string]string

func (*ObjectMetadata) GetCreationTimestampNS

func (m *ObjectMetadata) GetCreationTimestampNS() int64

func (*ObjectMetadata) GetDeletionTimestampNS

func (m *ObjectMetadata) GetDeletionTimestampNS() int64

func (*ObjectMetadata) GetLabels

func (m *ObjectMetadata) GetLabels() map[string]string

func (*ObjectMetadata) GetName

func (m *ObjectMetadata) GetName() string

func (*ObjectMetadata) GetNamespace

func (m *ObjectMetadata) GetNamespace() string

func (*ObjectMetadata) GetOwnerReferences

func (m *ObjectMetadata) GetOwnerReferences() []*OwnerReference

func (*ObjectMetadata) GetResourceVersion

func (m *ObjectMetadata) GetResourceVersion() string

func (*ObjectMetadata) GetUID

func (m *ObjectMetadata) GetUID() string

func (*ObjectMetadata) GoString

func (this *ObjectMetadata) GoString() string

func (*ObjectMetadata) Marshal

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

func (*ObjectMetadata) MarshalTo

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

func (*ObjectMetadata) MarshalToSizedBuffer

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

func (*ObjectMetadata) ProtoMessage

func (*ObjectMetadata) ProtoMessage()

func (*ObjectMetadata) Reset

func (m *ObjectMetadata) Reset()

func (*ObjectMetadata) Size

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

func (*ObjectMetadata) String

func (this *ObjectMetadata) String() string

func (*ObjectMetadata) Unmarshal

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

func (*ObjectMetadata) XXX_DiscardUnknown

func (m *ObjectMetadata) XXX_DiscardUnknown()

func (*ObjectMetadata) XXX_Marshal

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

func (*ObjectMetadata) XXX_Merge

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

func (*ObjectMetadata) XXX_Size

func (m *ObjectMetadata) XXX_Size() int

func (*ObjectMetadata) XXX_Unmarshal

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

type ObjectReference

type ObjectReference struct {
	Kind            string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,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"`
	UID             string `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"`
	ResourceVersion string `protobuf:"bytes,6,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"`
}

func (*ObjectReference) Descriptor

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

func (*ObjectReference) Equal

func (this *ObjectReference) Equal(that interface{}) bool

func (*ObjectReference) GetKind

func (m *ObjectReference) GetKind() string

func (*ObjectReference) GetName

func (m *ObjectReference) GetName() string

func (*ObjectReference) GetNamespace

func (m *ObjectReference) GetNamespace() string

func (*ObjectReference) GetResourceVersion

func (m *ObjectReference) GetResourceVersion() string

func (*ObjectReference) GetUID

func (m *ObjectReference) GetUID() string

func (*ObjectReference) GoString

func (this *ObjectReference) GoString() string

func (*ObjectReference) Marshal

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

func (*ObjectReference) MarshalTo

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

func (*ObjectReference) MarshalToSizedBuffer

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

func (*ObjectReference) ProtoMessage

func (*ObjectReference) ProtoMessage()

func (*ObjectReference) Reset

func (m *ObjectReference) Reset()

func (*ObjectReference) Size

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

func (*ObjectReference) String

func (this *ObjectReference) String() string

func (*ObjectReference) Unmarshal

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

func (*ObjectReference) XXX_DiscardUnknown

func (m *ObjectReference) XXX_DiscardUnknown()

func (*ObjectReference) XXX_Marshal

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

func (*ObjectReference) XXX_Merge

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

func (*ObjectReference) XXX_Size

func (m *ObjectReference) XXX_Size() int

func (*ObjectReference) XXX_Unmarshal

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

type OwnerReference

type OwnerReference struct {
	Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	UID  string `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"`
}

func (*OwnerReference) Descriptor

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

func (*OwnerReference) Equal

func (this *OwnerReference) Equal(that interface{}) bool

func (*OwnerReference) GetKind

func (m *OwnerReference) GetKind() string

func (*OwnerReference) GetName

func (m *OwnerReference) GetName() string

func (*OwnerReference) GetUID

func (m *OwnerReference) GetUID() string

func (*OwnerReference) GoString

func (this *OwnerReference) GoString() string

func (*OwnerReference) Marshal

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

func (*OwnerReference) MarshalTo

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

func (*OwnerReference) MarshalToSizedBuffer

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

func (*OwnerReference) ProtoMessage

func (*OwnerReference) ProtoMessage()

func (*OwnerReference) Reset

func (m *OwnerReference) Reset()

func (*OwnerReference) Size

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

func (*OwnerReference) String

func (this *OwnerReference) String() string

func (*OwnerReference) Unmarshal

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

func (*OwnerReference) XXX_DiscardUnknown

func (m *OwnerReference) XXX_DiscardUnknown()

func (*OwnerReference) XXX_Marshal

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

func (*OwnerReference) XXX_Merge

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

func (*OwnerReference) XXX_Size

func (m *OwnerReference) XXX_Size() int

func (*OwnerReference) XXX_Unmarshal

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

type Pod

type Pod struct {
	Metadata *ObjectMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec     *PodSpec        `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	Status   *PodStatus      `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
}

func (*Pod) Descriptor

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

func (*Pod) Equal

func (this *Pod) Equal(that interface{}) bool

func (*Pod) GetMetadata

func (m *Pod) GetMetadata() *ObjectMetadata

func (*Pod) GetSpec

func (m *Pod) GetSpec() *PodSpec

func (*Pod) GetStatus

func (m *Pod) GetStatus() *PodStatus

func (*Pod) GoString

func (this *Pod) GoString() string

func (*Pod) Marshal

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

func (*Pod) MarshalTo

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

func (*Pod) MarshalToSizedBuffer

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

func (*Pod) ProtoMessage

func (*Pod) ProtoMessage()

func (*Pod) Reset

func (m *Pod) Reset()

func (*Pod) Size

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

func (*Pod) String

func (this *Pod) String() string

func (*Pod) Unmarshal

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

func (*Pod) XXX_DiscardUnknown

func (m *Pod) XXX_DiscardUnknown()

func (*Pod) XXX_Marshal

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

func (*Pod) XXX_Merge

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

func (*Pod) XXX_Size

func (m *Pod) XXX_Size() int

func (*Pod) XXX_Unmarshal

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

type PodCondition

type PodCondition struct {
	Type   PodConditionType `protobuf:"varint,1,opt,name=type,proto3,enum=px.shared.k8s.metadatapb.PodConditionType" json:"type,omitempty"`
	Status ConditionStatus  `protobuf:"varint,2,opt,name=status,proto3,enum=px.shared.k8s.metadatapb.ConditionStatus" json:"status,omitempty"`
}

func (*PodCondition) Descriptor

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

func (*PodCondition) Equal

func (this *PodCondition) Equal(that interface{}) bool

func (*PodCondition) GetStatus

func (m *PodCondition) GetStatus() ConditionStatus

func (*PodCondition) GetType

func (m *PodCondition) GetType() PodConditionType

func (*PodCondition) GoString

func (this *PodCondition) GoString() string

func (*PodCondition) Marshal

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

func (*PodCondition) MarshalTo

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

func (*PodCondition) MarshalToSizedBuffer

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

func (*PodCondition) ProtoMessage

func (*PodCondition) ProtoMessage()

func (*PodCondition) Reset

func (m *PodCondition) Reset()

func (*PodCondition) Size

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

func (*PodCondition) String

func (this *PodCondition) String() string

func (*PodCondition) Unmarshal

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

func (*PodCondition) XXX_DiscardUnknown

func (m *PodCondition) XXX_DiscardUnknown()

func (*PodCondition) XXX_Marshal

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

func (*PodCondition) XXX_Merge

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

func (*PodCondition) XXX_Size

func (m *PodCondition) XXX_Size() int

func (*PodCondition) XXX_Unmarshal

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

type PodConditionType

type PodConditionType int32
const (
	TYPE_UNKNOWN     PodConditionType = 0
	POD_SCHEDULED    PodConditionType = 1
	READY            PodConditionType = 2
	INITIALIZED      PodConditionType = 3
	UNSCHEDULABLE    PodConditionType = 4
	CONTAINERS_READY PodConditionType = 5
)

func (PodConditionType) EnumDescriptor

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

func (PodConditionType) String

func (x PodConditionType) String() string

type PodPhase

type PodPhase int32
const (
	PHASE_UNKNOWN PodPhase = 0
	PENDING       PodPhase = 1
	RUNNING       PodPhase = 2
	SUCCEEDED     PodPhase = 3
	FAILED        PodPhase = 4
	TERMINATED    PodPhase = 5
)

func (PodPhase) EnumDescriptor

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

func (PodPhase) String

func (x PodPhase) String() string

type PodQOSClass

type PodQOSClass int32
const (
	QOS_CLASS_UNKNOWN     PodQOSClass = 0
	QOS_CLASS_GUARANTEED  PodQOSClass = 1
	QOS_CLASS_BURSTABLE   PodQOSClass = 2
	QOS_CLASS_BEST_EFFORT PodQOSClass = 3
)

func (PodQOSClass) EnumDescriptor

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

func (PodQOSClass) String

func (x PodQOSClass) String() string

type PodSpec

type PodSpec struct {
	DNSPolicy         DNSPolicy         `` /* 129-byte string literal not displayed */
	NodeSelector      map[string]string `` /* 185-byte string literal not displayed */
	NodeName          string            `protobuf:"bytes,3,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	Hostname          string            `protobuf:"bytes,4,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Subdomain         string            `protobuf:"bytes,5,opt,name=subdomain,proto3" json:"subdomain,omitempty"`
	PriorityClassName string            `protobuf:"bytes,6,opt,name=priority_class_name,json=priorityClassName,proto3" json:"priority_class_name,omitempty"`
	Priority          int32             `protobuf:"varint,7,opt,name=priority,proto3" json:"priority,omitempty"`
}

func (*PodSpec) Descriptor

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

func (*PodSpec) Equal

func (this *PodSpec) Equal(that interface{}) bool

func (*PodSpec) GetDNSPolicy

func (m *PodSpec) GetDNSPolicy() DNSPolicy

func (*PodSpec) GetHostname

func (m *PodSpec) GetHostname() string

func (*PodSpec) GetNodeName

func (m *PodSpec) GetNodeName() string

func (*PodSpec) GetNodeSelector

func (m *PodSpec) GetNodeSelector() map[string]string

func (*PodSpec) GetPriority

func (m *PodSpec) GetPriority() int32

func (*PodSpec) GetPriorityClassName

func (m *PodSpec) GetPriorityClassName() string

func (*PodSpec) GetSubdomain

func (m *PodSpec) GetSubdomain() string

func (*PodSpec) GoString

func (this *PodSpec) GoString() string

func (*PodSpec) Marshal

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

func (*PodSpec) MarshalTo

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

func (*PodSpec) MarshalToSizedBuffer

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

func (*PodSpec) ProtoMessage

func (*PodSpec) ProtoMessage()

func (*PodSpec) Reset

func (m *PodSpec) Reset()

func (*PodSpec) Size

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

func (*PodSpec) String

func (this *PodSpec) String() string

func (*PodSpec) Unmarshal

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

func (*PodSpec) XXX_DiscardUnknown

func (m *PodSpec) XXX_DiscardUnknown()

func (*PodSpec) XXX_Marshal

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

func (*PodSpec) XXX_Merge

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

func (*PodSpec) XXX_Size

func (m *PodSpec) XXX_Size() int

func (*PodSpec) XXX_Unmarshal

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

type PodStatus

type PodStatus struct {
	Phase             PodPhase           `protobuf:"varint,1,opt,name=phase,proto3,enum=px.shared.k8s.metadatapb.PodPhase" json:"phase,omitempty"`
	Conditions        []*PodCondition    `protobuf:"bytes,9,rep,name=conditions,proto3" json:"conditions,omitempty"`
	Message           string             `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Reason            string             `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"`
	HostIP            string             `protobuf:"bytes,5,opt,name=host_ip,json=hostIp,proto3" json:"host_ip,omitempty"`
	PodIP             string             `protobuf:"bytes,6,opt,name=pod_ip,json=podIp,proto3" json:"pod_ip,omitempty"`
	QOSClass          PodQOSClass        `` /* 128-byte string literal not displayed */
	ContainerStatuses []*ContainerStatus `protobuf:"bytes,8,rep,name=container_statuses,json=containerStatuses,proto3" json:"container_statuses,omitempty"`
	CreatedAt         *types.Timestamp   `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Events            []*K8SEvent        `protobuf:"bytes,12,rep,name=events,proto3" json:"events,omitempty"`
	RestartCount      int64              `protobuf:"varint,13,opt,name=restart_count,json=restartCount,proto3" json:"restart_count,omitempty"`
}

func (*PodStatus) Descriptor

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

func (*PodStatus) Equal

func (this *PodStatus) Equal(that interface{}) bool

func (*PodStatus) GetConditions

func (m *PodStatus) GetConditions() []*PodCondition

func (*PodStatus) GetContainerStatuses

func (m *PodStatus) GetContainerStatuses() []*ContainerStatus

func (*PodStatus) GetCreatedAt

func (m *PodStatus) GetCreatedAt() *types.Timestamp

func (*PodStatus) GetEvents

func (m *PodStatus) GetEvents() []*K8SEvent

func (*PodStatus) GetHostIP

func (m *PodStatus) GetHostIP() string

func (*PodStatus) GetMessage

func (m *PodStatus) GetMessage() string

func (*PodStatus) GetPhase

func (m *PodStatus) GetPhase() PodPhase

func (*PodStatus) GetPodIP

func (m *PodStatus) GetPodIP() string

func (*PodStatus) GetQOSClass

func (m *PodStatus) GetQOSClass() PodQOSClass

func (*PodStatus) GetReason

func (m *PodStatus) GetReason() string

func (*PodStatus) GetRestartCount

func (m *PodStatus) GetRestartCount() int64

func (*PodStatus) GoString

func (this *PodStatus) GoString() string

func (*PodStatus) Marshal

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

func (*PodStatus) MarshalTo

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

func (*PodStatus) MarshalToSizedBuffer

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

func (*PodStatus) ProtoMessage

func (*PodStatus) ProtoMessage()

func (*PodStatus) Reset

func (m *PodStatus) Reset()

func (*PodStatus) Size

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

func (*PodStatus) String

func (this *PodStatus) String() string

func (*PodStatus) Unmarshal

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

func (*PodStatus) XXX_DiscardUnknown

func (m *PodStatus) XXX_DiscardUnknown()

func (*PodStatus) XXX_Marshal

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

func (*PodStatus) XXX_Merge

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

func (*PodStatus) XXX_Size

func (m *PodStatus) XXX_Size() int

func (*PodStatus) XXX_Unmarshal

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

type PodTemplateSpec

type PodTemplateSpec struct {
	Metadata *ObjectMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec     *PodSpec        `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
}

func (*PodTemplateSpec) Descriptor

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

func (*PodTemplateSpec) Equal

func (this *PodTemplateSpec) Equal(that interface{}) bool

func (*PodTemplateSpec) GetMetadata

func (m *PodTemplateSpec) GetMetadata() *ObjectMetadata

func (*PodTemplateSpec) GetSpec

func (m *PodTemplateSpec) GetSpec() *PodSpec

func (*PodTemplateSpec) GoString

func (this *PodTemplateSpec) GoString() string

func (*PodTemplateSpec) Marshal

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

func (*PodTemplateSpec) MarshalTo

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

func (*PodTemplateSpec) MarshalToSizedBuffer

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

func (*PodTemplateSpec) ProtoMessage

func (*PodTemplateSpec) ProtoMessage()

func (*PodTemplateSpec) Reset

func (m *PodTemplateSpec) Reset()

func (*PodTemplateSpec) Size

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

func (*PodTemplateSpec) String

func (this *PodTemplateSpec) String() string

func (*PodTemplateSpec) Unmarshal

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

func (*PodTemplateSpec) XXX_DiscardUnknown

func (m *PodTemplateSpec) XXX_DiscardUnknown()

func (*PodTemplateSpec) XXX_Marshal

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

func (*PodTemplateSpec) XXX_Merge

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

func (*PodTemplateSpec) XXX_Size

func (m *PodTemplateSpec) XXX_Size() int

func (*PodTemplateSpec) XXX_Unmarshal

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

type PodUpdate

type PodUpdate struct {
	UID              string            `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name             string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Namespace        string            `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	StartTimestampNS int64             `protobuf:"varint,4,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	StopTimestampNS  int64             `protobuf:"varint,5,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
	ContainerIDs     []string          `protobuf:"bytes,6,rep,name=container_ids,json=containerIds,proto3" json:"container_ids,omitempty"`
	ContainerNames   []string          `protobuf:"bytes,11,rep,name=container_names,json=containerNames,proto3" json:"container_names,omitempty"`
	QOSClass         PodQOSClass       `` /* 128-byte string literal not displayed */
	Phase            PodPhase          `protobuf:"varint,8,opt,name=phase,proto3,enum=px.shared.k8s.metadatapb.PodPhase" json:"phase,omitempty"`
	Conditions       []*PodCondition   `protobuf:"bytes,16,rep,name=conditions,proto3" json:"conditions,omitempty"`
	NodeName         string            `protobuf:"bytes,9,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	Hostname         string            `protobuf:"bytes,10,opt,name=hostname,proto3" json:"hostname,omitempty"`
	PodIP            string            `protobuf:"bytes,12,opt,name=pod_ip,json=podIp,proto3" json:"pod_ip,omitempty"`
	HostIP           string            `protobuf:"bytes,13,opt,name=host_ip,json=hostIp,proto3" json:"host_ip,omitempty"`
	Message          string            `protobuf:"bytes,14,opt,name=message,proto3" json:"message,omitempty"`
	Reason           string            `protobuf:"bytes,15,opt,name=reason,proto3" json:"reason,omitempty"`
	Labels           string            `protobuf:"bytes,17,opt,name=labels,proto3" json:"labels,omitempty"`
	OwnerReferences  []*OwnerReference `protobuf:"bytes,18,rep,name=owner_references,json=ownerReferences,proto3" json:"owner_references,omitempty"`
}

func (*PodUpdate) Descriptor

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

func (*PodUpdate) Equal

func (this *PodUpdate) Equal(that interface{}) bool

func (*PodUpdate) GetConditions

func (m *PodUpdate) GetConditions() []*PodCondition

func (*PodUpdate) GetContainerIDs

func (m *PodUpdate) GetContainerIDs() []string

func (*PodUpdate) GetContainerNames

func (m *PodUpdate) GetContainerNames() []string

func (*PodUpdate) GetHostIP

func (m *PodUpdate) GetHostIP() string

func (*PodUpdate) GetHostname

func (m *PodUpdate) GetHostname() string

func (*PodUpdate) GetLabels

func (m *PodUpdate) GetLabels() string

func (*PodUpdate) GetMessage

func (m *PodUpdate) GetMessage() string

func (*PodUpdate) GetName

func (m *PodUpdate) GetName() string

func (*PodUpdate) GetNamespace

func (m *PodUpdate) GetNamespace() string

func (*PodUpdate) GetNodeName

func (m *PodUpdate) GetNodeName() string

func (*PodUpdate) GetOwnerReferences

func (m *PodUpdate) GetOwnerReferences() []*OwnerReference

func (*PodUpdate) GetPhase

func (m *PodUpdate) GetPhase() PodPhase

func (*PodUpdate) GetPodIP

func (m *PodUpdate) GetPodIP() string

func (*PodUpdate) GetQOSClass

func (m *PodUpdate) GetQOSClass() PodQOSClass

func (*PodUpdate) GetReason

func (m *PodUpdate) GetReason() string

func (*PodUpdate) GetStartTimestampNS

func (m *PodUpdate) GetStartTimestampNS() int64

func (*PodUpdate) GetStopTimestampNS

func (m *PodUpdate) GetStopTimestampNS() int64

func (*PodUpdate) GetUID

func (m *PodUpdate) GetUID() string

func (*PodUpdate) GoString

func (this *PodUpdate) GoString() string

func (*PodUpdate) Marshal

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

func (*PodUpdate) MarshalTo

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

func (*PodUpdate) MarshalToSizedBuffer

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

func (*PodUpdate) ProtoMessage

func (*PodUpdate) ProtoMessage()

func (*PodUpdate) Reset

func (m *PodUpdate) Reset()

func (*PodUpdate) Size

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

func (*PodUpdate) String

func (this *PodUpdate) String() string

func (*PodUpdate) Unmarshal

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

func (*PodUpdate) XXX_DiscardUnknown

func (m *PodUpdate) XXX_DiscardUnknown()

func (*PodUpdate) XXX_Marshal

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

func (*PodUpdate) XXX_Merge

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

func (*PodUpdate) XXX_Size

func (m *PodUpdate) XXX_Size() int

func (*PodUpdate) XXX_Unmarshal

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

type ProcessCreated

type ProcessCreated struct {
	UPID             *typespb.UInt128 `protobuf:"bytes,1,opt,name=upid,proto3" json:"upid,omitempty"`
	StartTimestampNS int64            `protobuf:"varint,3,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	Cmdline          string           `protobuf:"bytes,4,opt,name=cmdline,proto3" json:"cmdline,omitempty"`
	CID              string           `protobuf:"bytes,5,opt,name=cid,proto3" json:"cid,omitempty"`
}

func (*ProcessCreated) Descriptor

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

func (*ProcessCreated) Equal

func (this *ProcessCreated) Equal(that interface{}) bool

func (*ProcessCreated) GetCID

func (m *ProcessCreated) GetCID() string

func (*ProcessCreated) GetCmdline

func (m *ProcessCreated) GetCmdline() string

func (*ProcessCreated) GetStartTimestampNS

func (m *ProcessCreated) GetStartTimestampNS() int64

func (*ProcessCreated) GetUPID

func (m *ProcessCreated) GetUPID() *typespb.UInt128

func (*ProcessCreated) GoString

func (this *ProcessCreated) GoString() string

func (*ProcessCreated) Marshal

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

func (*ProcessCreated) MarshalTo

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

func (*ProcessCreated) MarshalToSizedBuffer

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

func (*ProcessCreated) ProtoMessage

func (*ProcessCreated) ProtoMessage()

func (*ProcessCreated) Reset

func (m *ProcessCreated) Reset()

func (*ProcessCreated) Size

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

func (*ProcessCreated) String

func (this *ProcessCreated) String() string

func (*ProcessCreated) Unmarshal

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

func (*ProcessCreated) XXX_DiscardUnknown

func (m *ProcessCreated) XXX_DiscardUnknown()

func (*ProcessCreated) XXX_Marshal

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

func (*ProcessCreated) XXX_Merge

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

func (*ProcessCreated) XXX_Size

func (m *ProcessCreated) XXX_Size() int

func (*ProcessCreated) XXX_Unmarshal

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

type ProcessInfo

type ProcessInfo struct {
	Name             string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	UPID             *typespb.UInt128 `protobuf:"bytes,2,opt,name=upid,proto3" json:"upid,omitempty"`
	StartTimestampNS int64            `protobuf:"varint,4,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	StopTimestampNS  int64            `protobuf:"varint,5,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
	ProcessArgs      string           `protobuf:"bytes,6,opt,name=process_args,json=processArgs,proto3" json:"process_args,omitempty"`
	CID              string           `protobuf:"bytes,7,opt,name=cid,proto3" json:"cid,omitempty"`
}

func (*ProcessInfo) Descriptor

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

func (*ProcessInfo) Equal

func (this *ProcessInfo) Equal(that interface{}) bool

func (*ProcessInfo) GetCID

func (m *ProcessInfo) GetCID() string

func (*ProcessInfo) GetName

func (m *ProcessInfo) GetName() string

func (*ProcessInfo) GetProcessArgs

func (m *ProcessInfo) GetProcessArgs() string

func (*ProcessInfo) GetStartTimestampNS

func (m *ProcessInfo) GetStartTimestampNS() int64

func (*ProcessInfo) GetStopTimestampNS

func (m *ProcessInfo) GetStopTimestampNS() int64

func (*ProcessInfo) GetUPID

func (m *ProcessInfo) GetUPID() *typespb.UInt128

func (*ProcessInfo) GoString

func (this *ProcessInfo) GoString() string

func (*ProcessInfo) Marshal

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

func (*ProcessInfo) MarshalTo

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

func (*ProcessInfo) MarshalToSizedBuffer

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

func (*ProcessInfo) ProtoMessage

func (*ProcessInfo) ProtoMessage()

func (*ProcessInfo) Reset

func (m *ProcessInfo) Reset()

func (*ProcessInfo) Size

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

func (*ProcessInfo) String

func (this *ProcessInfo) String() string

func (*ProcessInfo) Unmarshal

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

func (*ProcessInfo) XXX_DiscardUnknown

func (m *ProcessInfo) XXX_DiscardUnknown()

func (*ProcessInfo) XXX_Marshal

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

func (*ProcessInfo) XXX_Merge

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

func (*ProcessInfo) XXX_Size

func (m *ProcessInfo) XXX_Size() int

func (*ProcessInfo) XXX_Unmarshal

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

type ProcessTerminated

type ProcessTerminated struct {
	UPID            *typespb.UInt128 `protobuf:"bytes,1,opt,name=upid,proto3" json:"upid,omitempty"`
	StopTimestampNS int64            `protobuf:"varint,2,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
}

func (*ProcessTerminated) Descriptor

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

func (*ProcessTerminated) Equal

func (this *ProcessTerminated) Equal(that interface{}) bool

func (*ProcessTerminated) GetStopTimestampNS

func (m *ProcessTerminated) GetStopTimestampNS() int64

func (*ProcessTerminated) GetUPID

func (m *ProcessTerminated) GetUPID() *typespb.UInt128

func (*ProcessTerminated) GoString

func (this *ProcessTerminated) GoString() string

func (*ProcessTerminated) Marshal

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

func (*ProcessTerminated) MarshalTo

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

func (*ProcessTerminated) MarshalToSizedBuffer

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

func (*ProcessTerminated) ProtoMessage

func (*ProcessTerminated) ProtoMessage()

func (*ProcessTerminated) Reset

func (m *ProcessTerminated) Reset()

func (*ProcessTerminated) Size

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

func (*ProcessTerminated) String

func (this *ProcessTerminated) String() string

func (*ProcessTerminated) Unmarshal

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

func (*ProcessTerminated) XXX_DiscardUnknown

func (m *ProcessTerminated) XXX_DiscardUnknown()

func (*ProcessTerminated) XXX_Marshal

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

func (*ProcessTerminated) XXX_Merge

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

func (*ProcessTerminated) XXX_Size

func (m *ProcessTerminated) XXX_Size() int

func (*ProcessTerminated) XXX_Unmarshal

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

type ReplicaSet

type ReplicaSet struct {
	Metadata *ObjectMetadata   `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec     *ReplicaSetSpec   `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	Status   *ReplicaSetStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
}

func (*ReplicaSet) Descriptor

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

func (*ReplicaSet) Equal

func (this *ReplicaSet) Equal(that interface{}) bool

func (*ReplicaSet) GetMetadata

func (m *ReplicaSet) GetMetadata() *ObjectMetadata

func (*ReplicaSet) GetSpec

func (m *ReplicaSet) GetSpec() *ReplicaSetSpec

func (*ReplicaSet) GetStatus

func (m *ReplicaSet) GetStatus() *ReplicaSetStatus

func (*ReplicaSet) GoString

func (this *ReplicaSet) GoString() string

func (*ReplicaSet) Marshal

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

func (*ReplicaSet) MarshalTo

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

func (*ReplicaSet) MarshalToSizedBuffer

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

func (*ReplicaSet) ProtoMessage

func (*ReplicaSet) ProtoMessage()

func (*ReplicaSet) Reset

func (m *ReplicaSet) Reset()

func (*ReplicaSet) Size

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

func (*ReplicaSet) String

func (this *ReplicaSet) String() string

func (*ReplicaSet) Unmarshal

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

func (*ReplicaSet) XXX_DiscardUnknown

func (m *ReplicaSet) XXX_DiscardUnknown()

func (*ReplicaSet) XXX_Marshal

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

func (*ReplicaSet) XXX_Merge

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

func (*ReplicaSet) XXX_Size

func (m *ReplicaSet) XXX_Size() int

func (*ReplicaSet) XXX_Unmarshal

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

type ReplicaSetCondition

type ReplicaSetCondition struct {
	Type   string          `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Status ConditionStatus `protobuf:"varint,2,opt,name=status,proto3,enum=px.shared.k8s.metadatapb.ConditionStatus" json:"status,omitempty"`
}

func (*ReplicaSetCondition) Descriptor

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

func (*ReplicaSetCondition) Equal

func (this *ReplicaSetCondition) Equal(that interface{}) bool

func (*ReplicaSetCondition) GetStatus

func (m *ReplicaSetCondition) GetStatus() ConditionStatus

func (*ReplicaSetCondition) GetType

func (m *ReplicaSetCondition) GetType() string

func (*ReplicaSetCondition) GoString

func (this *ReplicaSetCondition) GoString() string

func (*ReplicaSetCondition) Marshal

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

func (*ReplicaSetCondition) MarshalTo

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

func (*ReplicaSetCondition) MarshalToSizedBuffer

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

func (*ReplicaSetCondition) ProtoMessage

func (*ReplicaSetCondition) ProtoMessage()

func (*ReplicaSetCondition) Reset

func (m *ReplicaSetCondition) Reset()

func (*ReplicaSetCondition) Size

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

func (*ReplicaSetCondition) String

func (this *ReplicaSetCondition) String() string

func (*ReplicaSetCondition) Unmarshal

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

func (*ReplicaSetCondition) XXX_DiscardUnknown

func (m *ReplicaSetCondition) XXX_DiscardUnknown()

func (*ReplicaSetCondition) XXX_Marshal

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

func (*ReplicaSetCondition) XXX_Merge

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

func (*ReplicaSetCondition) XXX_Size

func (m *ReplicaSetCondition) XXX_Size() int

func (*ReplicaSetCondition) XXX_Unmarshal

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

type ReplicaSetSpec

type ReplicaSetSpec struct {
	Replicas        int32            `protobuf:"varint,1,opt,name=replicas,proto3" json:"replicas,omitempty"`
	MinReadySeconds int32            `protobuf:"varint,4,opt,name=min_ready_seconds,json=minReadySeconds,proto3" json:"min_ready_seconds,omitempty"`
	Selector        *LabelSelector   `protobuf:"bytes,2,opt,name=selector,proto3" json:"selector,omitempty"`
	Template        *PodTemplateSpec `protobuf:"bytes,3,opt,name=template,proto3" json:"template,omitempty"`
}

func (*ReplicaSetSpec) Descriptor

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

func (*ReplicaSetSpec) Equal

func (this *ReplicaSetSpec) Equal(that interface{}) bool

func (*ReplicaSetSpec) GetMinReadySeconds

func (m *ReplicaSetSpec) GetMinReadySeconds() int32

func (*ReplicaSetSpec) GetReplicas

func (m *ReplicaSetSpec) GetReplicas() int32

func (*ReplicaSetSpec) GetSelector

func (m *ReplicaSetSpec) GetSelector() *LabelSelector

func (*ReplicaSetSpec) GetTemplate

func (m *ReplicaSetSpec) GetTemplate() *PodTemplateSpec

func (*ReplicaSetSpec) GoString

func (this *ReplicaSetSpec) GoString() string

func (*ReplicaSetSpec) Marshal

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

func (*ReplicaSetSpec) MarshalTo

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

func (*ReplicaSetSpec) MarshalToSizedBuffer

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

func (*ReplicaSetSpec) ProtoMessage

func (*ReplicaSetSpec) ProtoMessage()

func (*ReplicaSetSpec) Reset

func (m *ReplicaSetSpec) Reset()

func (*ReplicaSetSpec) Size

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

func (*ReplicaSetSpec) String

func (this *ReplicaSetSpec) String() string

func (*ReplicaSetSpec) Unmarshal

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

func (*ReplicaSetSpec) XXX_DiscardUnknown

func (m *ReplicaSetSpec) XXX_DiscardUnknown()

func (*ReplicaSetSpec) XXX_Marshal

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

func (*ReplicaSetSpec) XXX_Merge

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

func (*ReplicaSetSpec) XXX_Size

func (m *ReplicaSetSpec) XXX_Size() int

func (*ReplicaSetSpec) XXX_Unmarshal

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

type ReplicaSetStatus

type ReplicaSetStatus struct {
	Replicas             int32                  `protobuf:"varint,1,opt,name=replicas,proto3" json:"replicas,omitempty"`
	FullyLabeledReplicas int32                  `protobuf:"varint,2,opt,name=fully_labeled_replicas,json=fullyLabeledReplicas,proto3" json:"fully_labeled_replicas,omitempty"`
	ReadyReplicas        int32                  `protobuf:"varint,4,opt,name=ready_replicas,json=readyReplicas,proto3" json:"ready_replicas,omitempty"`
	AvailableReplicas    int32                  `protobuf:"varint,5,opt,name=available_replicas,json=availableReplicas,proto3" json:"available_replicas,omitempty"`
	ObservedGeneration   int64                  `protobuf:"varint,3,opt,name=observed_generation,json=observedGeneration,proto3" json:"observed_generation,omitempty"`
	Conditions           []*ReplicaSetCondition `protobuf:"bytes,6,rep,name=conditions,proto3" json:"conditions,omitempty"`
}

func (*ReplicaSetStatus) Descriptor

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

func (*ReplicaSetStatus) Equal

func (this *ReplicaSetStatus) Equal(that interface{}) bool

func (*ReplicaSetStatus) GetAvailableReplicas

func (m *ReplicaSetStatus) GetAvailableReplicas() int32

func (*ReplicaSetStatus) GetConditions

func (m *ReplicaSetStatus) GetConditions() []*ReplicaSetCondition

func (*ReplicaSetStatus) GetFullyLabeledReplicas

func (m *ReplicaSetStatus) GetFullyLabeledReplicas() int32

func (*ReplicaSetStatus) GetObservedGeneration

func (m *ReplicaSetStatus) GetObservedGeneration() int64

func (*ReplicaSetStatus) GetReadyReplicas

func (m *ReplicaSetStatus) GetReadyReplicas() int32

func (*ReplicaSetStatus) GetReplicas

func (m *ReplicaSetStatus) GetReplicas() int32

func (*ReplicaSetStatus) GoString

func (this *ReplicaSetStatus) GoString() string

func (*ReplicaSetStatus) Marshal

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

func (*ReplicaSetStatus) MarshalTo

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

func (*ReplicaSetStatus) MarshalToSizedBuffer

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

func (*ReplicaSetStatus) ProtoMessage

func (*ReplicaSetStatus) ProtoMessage()

func (*ReplicaSetStatus) Reset

func (m *ReplicaSetStatus) Reset()

func (*ReplicaSetStatus) Size

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

func (*ReplicaSetStatus) String

func (this *ReplicaSetStatus) String() string

func (*ReplicaSetStatus) Unmarshal

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

func (*ReplicaSetStatus) XXX_DiscardUnknown

func (m *ReplicaSetStatus) XXX_DiscardUnknown()

func (*ReplicaSetStatus) XXX_Marshal

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

func (*ReplicaSetStatus) XXX_Merge

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

func (*ReplicaSetStatus) XXX_Size

func (m *ReplicaSetStatus) XXX_Size() int

func (*ReplicaSetStatus) XXX_Unmarshal

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

type ReplicaSetUpdate

type ReplicaSetUpdate struct {
	UID                  string                 `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name                 string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	StartTimestampNS     int64                  `protobuf:"varint,3,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	StopTimestampNS      int64                  `protobuf:"varint,4,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
	Namespace            string                 `protobuf:"bytes,12,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Replicas             int32                  `protobuf:"varint,5,opt,name=replicas,proto3" json:"replicas,omitempty"`
	FullyLabeledReplicas int32                  `protobuf:"varint,6,opt,name=fully_labeled_replicas,json=fullyLabeledReplicas,proto3" json:"fully_labeled_replicas,omitempty"`
	ReadyReplicas        int32                  `protobuf:"varint,7,opt,name=ready_replicas,json=readyReplicas,proto3" json:"ready_replicas,omitempty"`
	AvailableReplicas    int32                  `protobuf:"varint,8,opt,name=available_replicas,json=availableReplicas,proto3" json:"available_replicas,omitempty"`
	ObservedGeneration   int32                  `protobuf:"varint,9,opt,name=observed_generation,json=observedGeneration,proto3" json:"observed_generation,omitempty"`
	RequestedReplicas    int32                  `protobuf:"varint,13,opt,name=requested_replicas,json=requestedReplicas,proto3" json:"requested_replicas,omitempty"`
	Conditions           []*ReplicaSetCondition `protobuf:"bytes,10,rep,name=conditions,proto3" json:"conditions,omitempty"`
	OwnerReferences      []*OwnerReference      `protobuf:"bytes,11,rep,name=owner_references,json=ownerReferences,proto3" json:"owner_references,omitempty"`
}

func (*ReplicaSetUpdate) Descriptor

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

func (*ReplicaSetUpdate) Equal

func (this *ReplicaSetUpdate) Equal(that interface{}) bool

func (*ReplicaSetUpdate) GetAvailableReplicas

func (m *ReplicaSetUpdate) GetAvailableReplicas() int32

func (*ReplicaSetUpdate) GetConditions

func (m *ReplicaSetUpdate) GetConditions() []*ReplicaSetCondition

func (*ReplicaSetUpdate) GetFullyLabeledReplicas

func (m *ReplicaSetUpdate) GetFullyLabeledReplicas() int32

func (*ReplicaSetUpdate) GetName

func (m *ReplicaSetUpdate) GetName() string

func (*ReplicaSetUpdate) GetNamespace

func (m *ReplicaSetUpdate) GetNamespace() string

func (*ReplicaSetUpdate) GetObservedGeneration

func (m *ReplicaSetUpdate) GetObservedGeneration() int32

func (*ReplicaSetUpdate) GetOwnerReferences

func (m *ReplicaSetUpdate) GetOwnerReferences() []*OwnerReference

func (*ReplicaSetUpdate) GetReadyReplicas

func (m *ReplicaSetUpdate) GetReadyReplicas() int32

func (*ReplicaSetUpdate) GetReplicas

func (m *ReplicaSetUpdate) GetReplicas() int32

func (*ReplicaSetUpdate) GetRequestedReplicas

func (m *ReplicaSetUpdate) GetRequestedReplicas() int32

func (*ReplicaSetUpdate) GetStartTimestampNS

func (m *ReplicaSetUpdate) GetStartTimestampNS() int64

func (*ReplicaSetUpdate) GetStopTimestampNS

func (m *ReplicaSetUpdate) GetStopTimestampNS() int64

func (*ReplicaSetUpdate) GetUID

func (m *ReplicaSetUpdate) GetUID() string

func (*ReplicaSetUpdate) GoString

func (this *ReplicaSetUpdate) GoString() string

func (*ReplicaSetUpdate) Marshal

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

func (*ReplicaSetUpdate) MarshalTo

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

func (*ReplicaSetUpdate) MarshalToSizedBuffer

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

func (*ReplicaSetUpdate) ProtoMessage

func (*ReplicaSetUpdate) ProtoMessage()

func (*ReplicaSetUpdate) Reset

func (m *ReplicaSetUpdate) Reset()

func (*ReplicaSetUpdate) Size

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

func (*ReplicaSetUpdate) String

func (this *ReplicaSetUpdate) String() string

func (*ReplicaSetUpdate) Unmarshal

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

func (*ReplicaSetUpdate) XXX_DiscardUnknown

func (m *ReplicaSetUpdate) XXX_DiscardUnknown()

func (*ReplicaSetUpdate) XXX_Marshal

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

func (*ReplicaSetUpdate) XXX_Merge

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

func (*ReplicaSetUpdate) XXX_Size

func (m *ReplicaSetUpdate) XXX_Size() int

func (*ReplicaSetUpdate) XXX_Unmarshal

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

type ResourceUpdate

type ResourceUpdate struct {
	// Types that are valid to be assigned to Update:
	//
	//	*ResourceUpdate_PodUpdate
	//	*ResourceUpdate_ContainerUpdate
	//	*ResourceUpdate_ServiceUpdate
	//	*ResourceUpdate_NamespaceUpdate
	//	*ResourceUpdate_NodeUpdate
	//	*ResourceUpdate_ReplicaSetUpdate
	//	*ResourceUpdate_DeploymentUpdate
	Update            isResourceUpdate_Update `protobuf_oneof:"update"`
	UpdateVersion     int64                   `protobuf:"varint,8,opt,name=update_version,json=updateVersion,proto3" json:"update_version,omitempty"`
	PrevUpdateVersion int64                   `protobuf:"varint,9,opt,name=prev_update_version,json=prevUpdateVersion,proto3" json:"prev_update_version,omitempty"`
}

func (*ResourceUpdate) Descriptor

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

func (*ResourceUpdate) Equal

func (this *ResourceUpdate) Equal(that interface{}) bool

func (*ResourceUpdate) GetContainerUpdate

func (m *ResourceUpdate) GetContainerUpdate() *ContainerUpdate

func (*ResourceUpdate) GetDeploymentUpdate

func (m *ResourceUpdate) GetDeploymentUpdate() *DeploymentUpdate

func (*ResourceUpdate) GetNamespaceUpdate

func (m *ResourceUpdate) GetNamespaceUpdate() *NamespaceUpdate

func (*ResourceUpdate) GetNodeUpdate

func (m *ResourceUpdate) GetNodeUpdate() *NodeUpdate

func (*ResourceUpdate) GetPodUpdate

func (m *ResourceUpdate) GetPodUpdate() *PodUpdate

func (*ResourceUpdate) GetPrevUpdateVersion

func (m *ResourceUpdate) GetPrevUpdateVersion() int64

func (*ResourceUpdate) GetReplicaSetUpdate

func (m *ResourceUpdate) GetReplicaSetUpdate() *ReplicaSetUpdate

func (*ResourceUpdate) GetServiceUpdate

func (m *ResourceUpdate) GetServiceUpdate() *ServiceUpdate

func (*ResourceUpdate) GetUpdate

func (m *ResourceUpdate) GetUpdate() isResourceUpdate_Update

func (*ResourceUpdate) GetUpdateVersion

func (m *ResourceUpdate) GetUpdateVersion() int64

func (*ResourceUpdate) GoString

func (this *ResourceUpdate) GoString() string

func (*ResourceUpdate) Marshal

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

func (*ResourceUpdate) MarshalTo

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

func (*ResourceUpdate) MarshalToSizedBuffer

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

func (*ResourceUpdate) ProtoMessage

func (*ResourceUpdate) ProtoMessage()

func (*ResourceUpdate) Reset

func (m *ResourceUpdate) Reset()

func (*ResourceUpdate) Size

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

func (*ResourceUpdate) String

func (this *ResourceUpdate) String() string

func (*ResourceUpdate) Unmarshal

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

func (*ResourceUpdate) XXX_DiscardUnknown

func (m *ResourceUpdate) XXX_DiscardUnknown()

func (*ResourceUpdate) XXX_Marshal

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

func (*ResourceUpdate) XXX_Merge

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

func (*ResourceUpdate) XXX_OneofWrappers

func (*ResourceUpdate) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ResourceUpdate) XXX_Size

func (m *ResourceUpdate) XXX_Size() int

func (*ResourceUpdate) XXX_Unmarshal

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

type ResourceUpdate_ContainerUpdate

type ResourceUpdate_ContainerUpdate struct {
	ContainerUpdate *ContainerUpdate `protobuf:"bytes,2,opt,name=container_update,json=containerUpdate,proto3,oneof" json:"container_update,omitempty"`
}

func (*ResourceUpdate_ContainerUpdate) Equal

func (this *ResourceUpdate_ContainerUpdate) Equal(that interface{}) bool

func (*ResourceUpdate_ContainerUpdate) GoString

func (this *ResourceUpdate_ContainerUpdate) GoString() string

func (*ResourceUpdate_ContainerUpdate) MarshalTo

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

func (*ResourceUpdate_ContainerUpdate) MarshalToSizedBuffer

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

func (*ResourceUpdate_ContainerUpdate) Size

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

func (*ResourceUpdate_ContainerUpdate) String

func (this *ResourceUpdate_ContainerUpdate) String() string

type ResourceUpdate_DeploymentUpdate

type ResourceUpdate_DeploymentUpdate struct {
	DeploymentUpdate *DeploymentUpdate `protobuf:"bytes,11,opt,name=deployment_update,json=deploymentUpdate,proto3,oneof" json:"deployment_update,omitempty"`
}

func (*ResourceUpdate_DeploymentUpdate) Equal

func (this *ResourceUpdate_DeploymentUpdate) Equal(that interface{}) bool

func (*ResourceUpdate_DeploymentUpdate) GoString

func (this *ResourceUpdate_DeploymentUpdate) GoString() string

func (*ResourceUpdate_DeploymentUpdate) MarshalTo

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

func (*ResourceUpdate_DeploymentUpdate) MarshalToSizedBuffer

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

func (*ResourceUpdate_DeploymentUpdate) Size

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

func (*ResourceUpdate_DeploymentUpdate) String

func (this *ResourceUpdate_DeploymentUpdate) String() string

type ResourceUpdate_NamespaceUpdate

type ResourceUpdate_NamespaceUpdate struct {
	NamespaceUpdate *NamespaceUpdate `protobuf:"bytes,6,opt,name=namespace_update,json=namespaceUpdate,proto3,oneof" json:"namespace_update,omitempty"`
}

func (*ResourceUpdate_NamespaceUpdate) Equal

func (this *ResourceUpdate_NamespaceUpdate) Equal(that interface{}) bool

func (*ResourceUpdate_NamespaceUpdate) GoString

func (this *ResourceUpdate_NamespaceUpdate) GoString() string

func (*ResourceUpdate_NamespaceUpdate) MarshalTo

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

func (*ResourceUpdate_NamespaceUpdate) MarshalToSizedBuffer

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

func (*ResourceUpdate_NamespaceUpdate) Size

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

func (*ResourceUpdate_NamespaceUpdate) String

func (this *ResourceUpdate_NamespaceUpdate) String() string

type ResourceUpdate_NodeUpdate

type ResourceUpdate_NodeUpdate struct {
	NodeUpdate *NodeUpdate `protobuf:"bytes,7,opt,name=node_update,json=nodeUpdate,proto3,oneof" json:"node_update,omitempty"`
}

func (*ResourceUpdate_NodeUpdate) Equal

func (this *ResourceUpdate_NodeUpdate) Equal(that interface{}) bool

func (*ResourceUpdate_NodeUpdate) GoString

func (this *ResourceUpdate_NodeUpdate) GoString() string

func (*ResourceUpdate_NodeUpdate) MarshalTo

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

func (*ResourceUpdate_NodeUpdate) MarshalToSizedBuffer

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

func (*ResourceUpdate_NodeUpdate) Size

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

func (*ResourceUpdate_NodeUpdate) String

func (this *ResourceUpdate_NodeUpdate) String() string

type ResourceUpdate_PodUpdate

type ResourceUpdate_PodUpdate struct {
	PodUpdate *PodUpdate `protobuf:"bytes,1,opt,name=pod_update,json=podUpdate,proto3,oneof" json:"pod_update,omitempty"`
}

func (*ResourceUpdate_PodUpdate) Equal

func (this *ResourceUpdate_PodUpdate) Equal(that interface{}) bool

func (*ResourceUpdate_PodUpdate) GoString

func (this *ResourceUpdate_PodUpdate) GoString() string

func (*ResourceUpdate_PodUpdate) MarshalTo

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

func (*ResourceUpdate_PodUpdate) MarshalToSizedBuffer

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

func (*ResourceUpdate_PodUpdate) Size

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

func (*ResourceUpdate_PodUpdate) String

func (this *ResourceUpdate_PodUpdate) String() string

type ResourceUpdate_ReplicaSetUpdate

type ResourceUpdate_ReplicaSetUpdate struct {
	ReplicaSetUpdate *ReplicaSetUpdate `protobuf:"bytes,10,opt,name=replica_set_update,json=replicaSetUpdate,proto3,oneof" json:"replica_set_update,omitempty"`
}

func (*ResourceUpdate_ReplicaSetUpdate) Equal

func (this *ResourceUpdate_ReplicaSetUpdate) Equal(that interface{}) bool

func (*ResourceUpdate_ReplicaSetUpdate) GoString

func (this *ResourceUpdate_ReplicaSetUpdate) GoString() string

func (*ResourceUpdate_ReplicaSetUpdate) MarshalTo

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

func (*ResourceUpdate_ReplicaSetUpdate) MarshalToSizedBuffer

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

func (*ResourceUpdate_ReplicaSetUpdate) Size

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

func (*ResourceUpdate_ReplicaSetUpdate) String

func (this *ResourceUpdate_ReplicaSetUpdate) String() string

type ResourceUpdate_ServiceUpdate

type ResourceUpdate_ServiceUpdate struct {
	ServiceUpdate *ServiceUpdate `protobuf:"bytes,3,opt,name=service_update,json=serviceUpdate,proto3,oneof" json:"service_update,omitempty"`
}

func (*ResourceUpdate_ServiceUpdate) Equal

func (this *ResourceUpdate_ServiceUpdate) Equal(that interface{}) bool

func (*ResourceUpdate_ServiceUpdate) GoString

func (this *ResourceUpdate_ServiceUpdate) GoString() string

func (*ResourceUpdate_ServiceUpdate) MarshalTo

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

func (*ResourceUpdate_ServiceUpdate) MarshalToSizedBuffer

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

func (*ResourceUpdate_ServiceUpdate) Size

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

func (*ResourceUpdate_ServiceUpdate) String

func (this *ResourceUpdate_ServiceUpdate) String() string

type RollingUpdateDeployment

type RollingUpdateDeployment struct {
	MaxUnavailable string `protobuf:"bytes,1,opt,name=max_unavailable,json=maxUnavailable,proto3" json:"max_unavailable,omitempty"`
	MaxSurge       string `protobuf:"bytes,2,opt,name=max_surge,json=maxSurge,proto3" json:"max_surge,omitempty"`
}

func (*RollingUpdateDeployment) Descriptor

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

func (*RollingUpdateDeployment) Equal

func (this *RollingUpdateDeployment) Equal(that interface{}) bool

func (*RollingUpdateDeployment) GetMaxSurge

func (m *RollingUpdateDeployment) GetMaxSurge() string

func (*RollingUpdateDeployment) GetMaxUnavailable

func (m *RollingUpdateDeployment) GetMaxUnavailable() string

func (*RollingUpdateDeployment) GoString

func (this *RollingUpdateDeployment) GoString() string

func (*RollingUpdateDeployment) Marshal

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

func (*RollingUpdateDeployment) MarshalTo

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

func (*RollingUpdateDeployment) MarshalToSizedBuffer

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

func (*RollingUpdateDeployment) ProtoMessage

func (*RollingUpdateDeployment) ProtoMessage()

func (*RollingUpdateDeployment) Reset

func (m *RollingUpdateDeployment) Reset()

func (*RollingUpdateDeployment) Size

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

func (*RollingUpdateDeployment) String

func (this *RollingUpdateDeployment) String() string

func (*RollingUpdateDeployment) Unmarshal

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

func (*RollingUpdateDeployment) XXX_DiscardUnknown

func (m *RollingUpdateDeployment) XXX_DiscardUnknown()

func (*RollingUpdateDeployment) XXX_Marshal

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

func (*RollingUpdateDeployment) XXX_Merge

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

func (*RollingUpdateDeployment) XXX_Size

func (m *RollingUpdateDeployment) XXX_Size() int

func (*RollingUpdateDeployment) XXX_Unmarshal

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

type Service

type Service struct {
	Metadata *ObjectMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec     *ServiceSpec    `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
}

func (*Service) Descriptor

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

func (*Service) Equal

func (this *Service) Equal(that interface{}) bool

func (*Service) GetMetadata

func (m *Service) GetMetadata() *ObjectMetadata

func (*Service) GetSpec

func (m *Service) GetSpec() *ServiceSpec

func (*Service) GoString

func (this *Service) GoString() string

func (*Service) Marshal

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

func (*Service) MarshalTo

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

func (*Service) MarshalToSizedBuffer

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

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) Reset

func (m *Service) Reset()

func (*Service) Size

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

func (*Service) String

func (this *Service) String() string

func (*Service) Unmarshal

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

func (*Service) XXX_DiscardUnknown

func (m *Service) XXX_DiscardUnknown()

func (*Service) XXX_Marshal

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

func (*Service) XXX_Merge

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

func (*Service) XXX_Size

func (m *Service) XXX_Size() int

func (*Service) XXX_Unmarshal

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

type ServicePort

type ServicePort struct {
	Name     string     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Protocol IPProtocol `protobuf:"varint,2,opt,name=protocol,proto3,enum=px.shared.k8s.metadatapb.IPProtocol" json:"protocol,omitempty"`
	Port     int32      `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"`
	NodePort int32      `protobuf:"varint,4,opt,name=node_port,json=nodePort,proto3" json:"node_port,omitempty"`
}

func (*ServicePort) Descriptor

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

func (*ServicePort) Equal

func (this *ServicePort) Equal(that interface{}) bool

func (*ServicePort) GetName

func (m *ServicePort) GetName() string

func (*ServicePort) GetNodePort

func (m *ServicePort) GetNodePort() int32

func (*ServicePort) GetPort

func (m *ServicePort) GetPort() int32

func (*ServicePort) GetProtocol

func (m *ServicePort) GetProtocol() IPProtocol

func (*ServicePort) GoString

func (this *ServicePort) GoString() string

func (*ServicePort) Marshal

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

func (*ServicePort) MarshalTo

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

func (*ServicePort) MarshalToSizedBuffer

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

func (*ServicePort) ProtoMessage

func (*ServicePort) ProtoMessage()

func (*ServicePort) Reset

func (m *ServicePort) Reset()

func (*ServicePort) Size

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

func (*ServicePort) String

func (this *ServicePort) String() string

func (*ServicePort) Unmarshal

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

func (*ServicePort) XXX_DiscardUnknown

func (m *ServicePort) XXX_DiscardUnknown()

func (*ServicePort) XXX_Marshal

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

func (*ServicePort) XXX_Merge

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

func (*ServicePort) XXX_Size

func (m *ServicePort) XXX_Size() int

func (*ServicePort) XXX_Unmarshal

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

type ServiceSpec

type ServiceSpec struct {
	Ports                 []*ServicePort            `protobuf:"bytes,1,rep,name=ports,proto3" json:"ports,omitempty"`
	ClusterIP             string                    `protobuf:"bytes,2,opt,name=cluster_ip,json=clusterIp,proto3" json:"cluster_ip,omitempty"`
	Type                  ServiceType               `protobuf:"varint,3,opt,name=type,proto3,enum=px.shared.k8s.metadatapb.ServiceType" json:"type,omitempty"`
	ExternalIPs           []string                  `protobuf:"bytes,4,rep,name=external_ips,json=externalIps,proto3" json:"external_ips,omitempty"`
	LoadBalancerIP        string                    `protobuf:"bytes,5,opt,name=load_balancer_ip,json=loadBalancerIp,proto3" json:"load_balancer_ip,omitempty"`
	ExternalName          string                    `protobuf:"bytes,6,opt,name=external_name,json=externalName,proto3" json:"external_name,omitempty"`
	ExternalTrafficPolicy ExternalTrafficPolicyType `` /* 183-byte string literal not displayed */
}

func (*ServiceSpec) Descriptor

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

func (*ServiceSpec) Equal

func (this *ServiceSpec) Equal(that interface{}) bool

func (*ServiceSpec) GetClusterIP

func (m *ServiceSpec) GetClusterIP() string

func (*ServiceSpec) GetExternalIPs

func (m *ServiceSpec) GetExternalIPs() []string

func (*ServiceSpec) GetExternalName

func (m *ServiceSpec) GetExternalName() string

func (*ServiceSpec) GetExternalTrafficPolicy

func (m *ServiceSpec) GetExternalTrafficPolicy() ExternalTrafficPolicyType

func (*ServiceSpec) GetLoadBalancerIP

func (m *ServiceSpec) GetLoadBalancerIP() string

func (*ServiceSpec) GetPorts

func (m *ServiceSpec) GetPorts() []*ServicePort

func (*ServiceSpec) GetType

func (m *ServiceSpec) GetType() ServiceType

func (*ServiceSpec) GoString

func (this *ServiceSpec) GoString() string

func (*ServiceSpec) Marshal

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

func (*ServiceSpec) MarshalTo

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

func (*ServiceSpec) MarshalToSizedBuffer

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

func (*ServiceSpec) ProtoMessage

func (*ServiceSpec) ProtoMessage()

func (*ServiceSpec) Reset

func (m *ServiceSpec) Reset()

func (*ServiceSpec) Size

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

func (*ServiceSpec) String

func (this *ServiceSpec) String() string

func (*ServiceSpec) Unmarshal

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

func (*ServiceSpec) XXX_DiscardUnknown

func (m *ServiceSpec) XXX_DiscardUnknown()

func (*ServiceSpec) XXX_Marshal

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

func (*ServiceSpec) XXX_Merge

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

func (*ServiceSpec) XXX_Size

func (m *ServiceSpec) XXX_Size() int

func (*ServiceSpec) XXX_Unmarshal

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

type ServiceType

type ServiceType int32
const (
	SERVICE_TYPE_UNKNOWN ServiceType = 0
	EXTERNAL_NAME        ServiceType = 1
	CLUSTER_IP           ServiceType = 2
	NODE_PORT            ServiceType = 3
	LOAD_BALANCER        ServiceType = 4
)

func (ServiceType) EnumDescriptor

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

func (ServiceType) String

func (x ServiceType) String() string

type ServiceUpdate

type ServiceUpdate struct {
	UID              string   `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name             string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Namespace        string   `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	StartTimestampNS int64    `protobuf:"varint,4,opt,name=start_timestamp_ns,json=startTimestampNs,proto3" json:"start_timestamp_ns,omitempty"`
	StopTimestampNS  int64    `protobuf:"varint,5,opt,name=stop_timestamp_ns,json=stopTimestampNs,proto3" json:"stop_timestamp_ns,omitempty"`
	PodIDs           []string `protobuf:"bytes,6,rep,name=pod_ids,json=podIds,proto3" json:"pod_ids,omitempty"`
	PodNames         []string `protobuf:"bytes,7,rep,name=pod_names,json=podNames,proto3" json:"pod_names,omitempty"`
	ExternalIPs      []string `protobuf:"bytes,8,rep,name=external_ips,json=externalIps,proto3" json:"external_ips,omitempty"`
	ClusterIP        string   `protobuf:"bytes,9,opt,name=cluster_ip,json=clusterIp,proto3" json:"cluster_ip,omitempty"`
}

func (*ServiceUpdate) Descriptor

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

func (*ServiceUpdate) Equal

func (this *ServiceUpdate) Equal(that interface{}) bool

func (*ServiceUpdate) GetClusterIP

func (m *ServiceUpdate) GetClusterIP() string

func (*ServiceUpdate) GetExternalIPs

func (m *ServiceUpdate) GetExternalIPs() []string

func (*ServiceUpdate) GetName

func (m *ServiceUpdate) GetName() string

func (*ServiceUpdate) GetNamespace

func (m *ServiceUpdate) GetNamespace() string

func (*ServiceUpdate) GetPodIDs

func (m *ServiceUpdate) GetPodIDs() []string

func (*ServiceUpdate) GetPodNames

func (m *ServiceUpdate) GetPodNames() []string

func (*ServiceUpdate) GetStartTimestampNS

func (m *ServiceUpdate) GetStartTimestampNS() int64

func (*ServiceUpdate) GetStopTimestampNS

func (m *ServiceUpdate) GetStopTimestampNS() int64

func (*ServiceUpdate) GetUID

func (m *ServiceUpdate) GetUID() string

func (*ServiceUpdate) GoString

func (this *ServiceUpdate) GoString() string

func (*ServiceUpdate) Marshal

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

func (*ServiceUpdate) MarshalTo

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

func (*ServiceUpdate) MarshalToSizedBuffer

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

func (*ServiceUpdate) ProtoMessage

func (*ServiceUpdate) ProtoMessage()

func (*ServiceUpdate) Reset

func (m *ServiceUpdate) Reset()

func (*ServiceUpdate) Size

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

func (*ServiceUpdate) String

func (this *ServiceUpdate) String() string

func (*ServiceUpdate) Unmarshal

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

func (*ServiceUpdate) XXX_DiscardUnknown

func (m *ServiceUpdate) XXX_DiscardUnknown()

func (*ServiceUpdate) XXX_Marshal

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

func (*ServiceUpdate) XXX_Merge

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

func (*ServiceUpdate) XXX_Size

func (m *ServiceUpdate) XXX_Size() int

func (*ServiceUpdate) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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