Documentation ¶
Index ¶
- Variables
- type DataCollectorParams
- func (*DataCollectorParams) Descriptor() ([]byte, []int)
- func (this *DataCollectorParams) Equal(that interface{}) bool
- func (m *DataCollectorParams) GetCustomPEMFlags() map[string]string
- func (m *DataCollectorParams) GetDatastreamBufferSize() uint32
- func (m *DataCollectorParams) GetDatastreamBufferSpikeSize() uint32
- func (this *DataCollectorParams) GoString() string
- func (m *DataCollectorParams) Marshal() (dAtA []byte, err error)
- func (m *DataCollectorParams) MarshalTo(dAtA []byte) (int, error)
- func (m *DataCollectorParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DataCollectorParams) ProtoMessage()
- func (m *DataCollectorParams) Reset()
- func (m *DataCollectorParams) Size() (n int)
- func (this *DataCollectorParams) String() string
- func (m *DataCollectorParams) Unmarshal(dAtA []byte) error
- func (m *DataCollectorParams) XXX_DiscardUnknown()
- func (m *DataCollectorParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DataCollectorParams) XXX_Merge(src proto.Message)
- func (m *DataCollectorParams) XXX_Size() int
- func (m *DataCollectorParams) XXX_Unmarshal(b []byte) error
- type LeadershipElectionParams
- func (*LeadershipElectionParams) Descriptor() ([]byte, []int)
- func (this *LeadershipElectionParams) Equal(that interface{}) bool
- func (m *LeadershipElectionParams) GetElectionPeriodMs() int64
- func (this *LeadershipElectionParams) GoString() string
- func (m *LeadershipElectionParams) Marshal() (dAtA []byte, err error)
- func (m *LeadershipElectionParams) MarshalTo(dAtA []byte) (int, error)
- func (m *LeadershipElectionParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LeadershipElectionParams) ProtoMessage()
- func (m *LeadershipElectionParams) Reset()
- func (m *LeadershipElectionParams) Size() (n int)
- func (this *LeadershipElectionParams) String() string
- func (m *LeadershipElectionParams) Unmarshal(dAtA []byte) error
- func (m *LeadershipElectionParams) XXX_DiscardUnknown()
- func (m *LeadershipElectionParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LeadershipElectionParams) XXX_Merge(src proto.Message)
- func (m *LeadershipElectionParams) XXX_Size() int
- func (m *LeadershipElectionParams) XXX_Unmarshal(b []byte) error
- type PodPolicyReq
- func (*PodPolicyReq) Descriptor() ([]byte, []int)
- func (this *PodPolicyReq) Equal(that interface{}) bool
- func (m *PodPolicyReq) GetAnnotations() map[string]string
- func (m *PodPolicyReq) GetLabels() map[string]string
- func (m *PodPolicyReq) GetNodeSelector() map[string]string
- func (m *PodPolicyReq) GetResources() *ResourceReqs
- func (m *PodPolicyReq) GetTolerations() []*Toleration
- func (this *PodPolicyReq) GoString() string
- func (m *PodPolicyReq) Marshal() (dAtA []byte, err error)
- func (m *PodPolicyReq) MarshalTo(dAtA []byte) (int, error)
- func (m *PodPolicyReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodPolicyReq) ProtoMessage()
- func (m *PodPolicyReq) Reset()
- func (m *PodPolicyReq) Size() (n int)
- func (this *PodPolicyReq) String() string
- func (m *PodPolicyReq) Unmarshal(dAtA []byte) error
- func (m *PodPolicyReq) XXX_DiscardUnknown()
- func (m *PodPolicyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodPolicyReq) XXX_Merge(src proto.Message)
- func (m *PodPolicyReq) XXX_Size() int
- func (m *PodPolicyReq) XXX_Unmarshal(b []byte) error
- type ResourceList
- func (*ResourceList) Descriptor() ([]byte, []int)
- func (this *ResourceList) Equal(that interface{}) bool
- func (m *ResourceList) GetResourceList() map[string]*ResourceQuantity
- func (this *ResourceList) GoString() string
- func (m *ResourceList) Marshal() (dAtA []byte, err error)
- func (m *ResourceList) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceList) ProtoMessage()
- func (m *ResourceList) Reset()
- func (m *ResourceList) Size() (n int)
- func (this *ResourceList) String() string
- func (m *ResourceList) Unmarshal(dAtA []byte) error
- func (m *ResourceList) XXX_DiscardUnknown()
- func (m *ResourceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceList) XXX_Merge(src proto.Message)
- func (m *ResourceList) XXX_Size() int
- func (m *ResourceList) XXX_Unmarshal(b []byte) error
- type ResourceQuantity
- func (*ResourceQuantity) Descriptor() ([]byte, []int)
- func (this *ResourceQuantity) Equal(that interface{}) bool
- func (m *ResourceQuantity) GetValue() string
- func (this *ResourceQuantity) GoString() string
- func (m *ResourceQuantity) Marshal() (dAtA []byte, err error)
- func (m *ResourceQuantity) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceQuantity) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceQuantity) ProtoMessage()
- func (m *ResourceQuantity) Reset()
- func (m *ResourceQuantity) Size() (n int)
- func (this *ResourceQuantity) String() string
- func (m *ResourceQuantity) Unmarshal(dAtA []byte) error
- func (m *ResourceQuantity) XXX_DiscardUnknown()
- func (m *ResourceQuantity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceQuantity) XXX_Merge(src proto.Message)
- func (m *ResourceQuantity) XXX_Size() int
- func (m *ResourceQuantity) XXX_Unmarshal(b []byte) error
- type ResourceReqs
- func (*ResourceReqs) Descriptor() ([]byte, []int)
- func (this *ResourceReqs) Equal(that interface{}) bool
- func (m *ResourceReqs) GetLimits() *ResourceList
- func (m *ResourceReqs) GetRequests() *ResourceList
- func (this *ResourceReqs) GoString() string
- func (m *ResourceReqs) Marshal() (dAtA []byte, err error)
- func (m *ResourceReqs) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceReqs) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceReqs) ProtoMessage()
- func (m *ResourceReqs) Reset()
- func (m *ResourceReqs) Size() (n int)
- func (this *ResourceReqs) String() string
- func (m *ResourceReqs) Unmarshal(dAtA []byte) error
- func (m *ResourceReqs) XXX_DiscardUnknown()
- func (m *ResourceReqs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceReqs) XXX_Merge(src proto.Message)
- func (m *ResourceReqs) XXX_Size() int
- func (m *ResourceReqs) XXX_Unmarshal(b []byte) error
- type Toleration
- func (*Toleration) Descriptor() ([]byte, []int)
- func (this *Toleration) Equal(that interface{}) bool
- func (m *Toleration) GetEffect() string
- func (m *Toleration) GetKey() string
- func (m *Toleration) GetOperator() string
- func (m *Toleration) GetTolerationSeconds() *types.Int64Value
- func (m *Toleration) GetValue() string
- func (this *Toleration) GoString() string
- func (m *Toleration) Marshal() (dAtA []byte, err error)
- func (m *Toleration) MarshalTo(dAtA []byte) (int, error)
- func (m *Toleration) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Toleration) ProtoMessage()
- func (m *Toleration) Reset()
- func (m *Toleration) Size() (n int)
- func (this *Toleration) String() string
- func (m *Toleration) Unmarshal(dAtA []byte) error
- func (m *Toleration) XXX_DiscardUnknown()
- func (m *Toleration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Toleration) XXX_Merge(src proto.Message)
- func (m *Toleration) XXX_Size() int
- func (m *Toleration) XXX_Unmarshal(b []byte) error
- type VizierSpec
- func (*VizierSpec) Descriptor() ([]byte, []int)
- func (this *VizierSpec) Equal(that interface{}) bool
- func (m *VizierSpec) GetAutopilot() bool
- func (m *VizierSpec) GetClockConverter() string
- func (m *VizierSpec) GetCloudAddr() string
- func (m *VizierSpec) GetClusterName() string
- func (m *VizierSpec) GetCustomDeployKeySecret() string
- func (m *VizierSpec) GetDataAccess() string
- func (m *VizierSpec) GetDataCollectorParams() *DataCollectorParams
- func (m *VizierSpec) GetDeployKey() string
- func (m *VizierSpec) GetDevCloudNamespace() string
- func (m *VizierSpec) GetDisableAutoUpdate() bool
- func (m *VizierSpec) GetLeadershipElectionParams() *LeadershipElectionParams
- func (m *VizierSpec) GetPatches() map[string]string
- func (m *VizierSpec) GetPemMemoryLimit() string
- func (m *VizierSpec) GetPemMemoryRequest() string
- func (m *VizierSpec) GetPod_Policy() *PodPolicyReq
- func (m *VizierSpec) GetRegistry() string
- func (m *VizierSpec) GetUseEtcdOperator() bool
- func (m *VizierSpec) GetVersion() string
- func (this *VizierSpec) GoString() string
- func (m *VizierSpec) Marshal() (dAtA []byte, err error)
- func (m *VizierSpec) MarshalTo(dAtA []byte) (int, error)
- func (m *VizierSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VizierSpec) ProtoMessage()
- func (m *VizierSpec) Reset()
- func (m *VizierSpec) Size() (n int)
- func (this *VizierSpec) String() string
- func (m *VizierSpec) Unmarshal(dAtA []byte) error
- func (m *VizierSpec) XXX_DiscardUnknown()
- func (m *VizierSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VizierSpec) XXX_Merge(src proto.Message)
- func (m *VizierSpec) XXX_Size() int
- func (m *VizierSpec) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type DataCollectorParams ¶
type DataCollectorParams struct { DatastreamBufferSize uint32 `protobuf:"varint,1,opt,name=datastream_buffer_size,json=datastreamBufferSize,proto3" json:"datastream_buffer_size,omitempty"` DatastreamBufferSpikeSize uint32 `` /* 141-byte string literal not displayed */ CustomPEMFlags map[string]string `` /* 193-byte string literal not displayed */ }
func (*DataCollectorParams) Descriptor ¶
func (*DataCollectorParams) Descriptor() ([]byte, []int)
func (*DataCollectorParams) Equal ¶
func (this *DataCollectorParams) Equal(that interface{}) bool
func (*DataCollectorParams) GetCustomPEMFlags ¶
func (m *DataCollectorParams) GetCustomPEMFlags() map[string]string
func (*DataCollectorParams) GetDatastreamBufferSize ¶
func (m *DataCollectorParams) GetDatastreamBufferSize() uint32
func (*DataCollectorParams) GetDatastreamBufferSpikeSize ¶
func (m *DataCollectorParams) GetDatastreamBufferSpikeSize() uint32
func (*DataCollectorParams) GoString ¶
func (this *DataCollectorParams) GoString() string
func (*DataCollectorParams) Marshal ¶
func (m *DataCollectorParams) Marshal() (dAtA []byte, err error)
func (*DataCollectorParams) MarshalTo ¶
func (m *DataCollectorParams) MarshalTo(dAtA []byte) (int, error)
func (*DataCollectorParams) MarshalToSizedBuffer ¶
func (m *DataCollectorParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DataCollectorParams) ProtoMessage ¶
func (*DataCollectorParams) ProtoMessage()
func (*DataCollectorParams) Reset ¶
func (m *DataCollectorParams) Reset()
func (*DataCollectorParams) Size ¶
func (m *DataCollectorParams) Size() (n int)
func (*DataCollectorParams) String ¶
func (this *DataCollectorParams) String() string
func (*DataCollectorParams) Unmarshal ¶
func (m *DataCollectorParams) Unmarshal(dAtA []byte) error
func (*DataCollectorParams) XXX_DiscardUnknown ¶
func (m *DataCollectorParams) XXX_DiscardUnknown()
func (*DataCollectorParams) XXX_Marshal ¶
func (m *DataCollectorParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DataCollectorParams) XXX_Merge ¶
func (m *DataCollectorParams) XXX_Merge(src proto.Message)
func (*DataCollectorParams) XXX_Size ¶
func (m *DataCollectorParams) XXX_Size() int
func (*DataCollectorParams) XXX_Unmarshal ¶
func (m *DataCollectorParams) XXX_Unmarshal(b []byte) error
type LeadershipElectionParams ¶
type LeadershipElectionParams struct {
ElectionPeriodMs int64 `protobuf:"varint,1,opt,name=election_period_ms,json=electionPeriodMs,proto3" json:"election_period_ms,omitempty"`
}
func (*LeadershipElectionParams) Descriptor ¶
func (*LeadershipElectionParams) Descriptor() ([]byte, []int)
func (*LeadershipElectionParams) Equal ¶
func (this *LeadershipElectionParams) Equal(that interface{}) bool
func (*LeadershipElectionParams) GetElectionPeriodMs ¶
func (m *LeadershipElectionParams) GetElectionPeriodMs() int64
func (*LeadershipElectionParams) GoString ¶
func (this *LeadershipElectionParams) GoString() string
func (*LeadershipElectionParams) Marshal ¶
func (m *LeadershipElectionParams) Marshal() (dAtA []byte, err error)
func (*LeadershipElectionParams) MarshalTo ¶
func (m *LeadershipElectionParams) MarshalTo(dAtA []byte) (int, error)
func (*LeadershipElectionParams) MarshalToSizedBuffer ¶
func (m *LeadershipElectionParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LeadershipElectionParams) ProtoMessage ¶
func (*LeadershipElectionParams) ProtoMessage()
func (*LeadershipElectionParams) Reset ¶
func (m *LeadershipElectionParams) Reset()
func (*LeadershipElectionParams) Size ¶
func (m *LeadershipElectionParams) Size() (n int)
func (*LeadershipElectionParams) String ¶
func (this *LeadershipElectionParams) String() string
func (*LeadershipElectionParams) Unmarshal ¶
func (m *LeadershipElectionParams) Unmarshal(dAtA []byte) error
func (*LeadershipElectionParams) XXX_DiscardUnknown ¶
func (m *LeadershipElectionParams) XXX_DiscardUnknown()
func (*LeadershipElectionParams) XXX_Marshal ¶
func (m *LeadershipElectionParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LeadershipElectionParams) XXX_Merge ¶
func (m *LeadershipElectionParams) XXX_Merge(src proto.Message)
func (*LeadershipElectionParams) XXX_Size ¶
func (m *LeadershipElectionParams) XXX_Size() int
func (*LeadershipElectionParams) XXX_Unmarshal ¶
func (m *LeadershipElectionParams) XXX_Unmarshal(b []byte) error
type PodPolicyReq ¶
type PodPolicyReq struct { Labels map[string]string `` /* 153-byte string literal not displayed */ Annotations map[string]string `` /* 163-byte string literal not displayed */ Resources *ResourceReqs `protobuf:"bytes,3,opt,name=resources,proto3" json:"resources,omitempty"` NodeSelector map[string]string `` /* 165-byte string literal not displayed */ Tolerations []*Toleration `protobuf:"bytes,5,rep,name=tolerations,proto3" json:"tolerations,omitempty"` }
func (*PodPolicyReq) Descriptor ¶
func (*PodPolicyReq) Descriptor() ([]byte, []int)
func (*PodPolicyReq) Equal ¶
func (this *PodPolicyReq) Equal(that interface{}) bool
func (*PodPolicyReq) GetAnnotations ¶
func (m *PodPolicyReq) GetAnnotations() map[string]string
func (*PodPolicyReq) GetLabels ¶
func (m *PodPolicyReq) GetLabels() map[string]string
func (*PodPolicyReq) GetNodeSelector ¶
func (m *PodPolicyReq) GetNodeSelector() map[string]string
func (*PodPolicyReq) GetResources ¶
func (m *PodPolicyReq) GetResources() *ResourceReqs
func (*PodPolicyReq) GetTolerations ¶
func (m *PodPolicyReq) GetTolerations() []*Toleration
func (*PodPolicyReq) GoString ¶
func (this *PodPolicyReq) GoString() string
func (*PodPolicyReq) Marshal ¶
func (m *PodPolicyReq) Marshal() (dAtA []byte, err error)
func (*PodPolicyReq) MarshalToSizedBuffer ¶
func (m *PodPolicyReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PodPolicyReq) ProtoMessage ¶
func (*PodPolicyReq) ProtoMessage()
func (*PodPolicyReq) Reset ¶
func (m *PodPolicyReq) Reset()
func (*PodPolicyReq) Size ¶
func (m *PodPolicyReq) Size() (n int)
func (*PodPolicyReq) String ¶
func (this *PodPolicyReq) String() string
func (*PodPolicyReq) Unmarshal ¶
func (m *PodPolicyReq) Unmarshal(dAtA []byte) error
func (*PodPolicyReq) XXX_DiscardUnknown ¶
func (m *PodPolicyReq) XXX_DiscardUnknown()
func (*PodPolicyReq) XXX_Marshal ¶
func (m *PodPolicyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PodPolicyReq) XXX_Merge ¶
func (m *PodPolicyReq) XXX_Merge(src proto.Message)
func (*PodPolicyReq) XXX_Size ¶
func (m *PodPolicyReq) XXX_Size() int
func (*PodPolicyReq) XXX_Unmarshal ¶
func (m *PodPolicyReq) XXX_Unmarshal(b []byte) error
type ResourceList ¶
type ResourceList struct {
ResourceList map[string]*ResourceQuantity `` /* 185-byte string literal not displayed */
}
func (*ResourceList) Descriptor ¶
func (*ResourceList) Descriptor() ([]byte, []int)
func (*ResourceList) Equal ¶
func (this *ResourceList) Equal(that interface{}) bool
func (*ResourceList) GetResourceList ¶
func (m *ResourceList) GetResourceList() map[string]*ResourceQuantity
func (*ResourceList) GoString ¶
func (this *ResourceList) GoString() string
func (*ResourceList) Marshal ¶
func (m *ResourceList) Marshal() (dAtA []byte, err error)
func (*ResourceList) MarshalToSizedBuffer ¶
func (m *ResourceList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResourceList) ProtoMessage ¶
func (*ResourceList) ProtoMessage()
func (*ResourceList) Reset ¶
func (m *ResourceList) Reset()
func (*ResourceList) Size ¶
func (m *ResourceList) Size() (n int)
func (*ResourceList) String ¶
func (this *ResourceList) String() string
func (*ResourceList) Unmarshal ¶
func (m *ResourceList) Unmarshal(dAtA []byte) error
func (*ResourceList) XXX_DiscardUnknown ¶
func (m *ResourceList) XXX_DiscardUnknown()
func (*ResourceList) XXX_Marshal ¶
func (m *ResourceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResourceList) XXX_Merge ¶
func (m *ResourceList) XXX_Merge(src proto.Message)
func (*ResourceList) XXX_Size ¶
func (m *ResourceList) XXX_Size() int
func (*ResourceList) XXX_Unmarshal ¶
func (m *ResourceList) XXX_Unmarshal(b []byte) error
type ResourceQuantity ¶
type ResourceQuantity struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
}
func (*ResourceQuantity) Descriptor ¶
func (*ResourceQuantity) Descriptor() ([]byte, []int)
func (*ResourceQuantity) Equal ¶
func (this *ResourceQuantity) Equal(that interface{}) bool
func (*ResourceQuantity) GetValue ¶
func (m *ResourceQuantity) GetValue() string
func (*ResourceQuantity) GoString ¶
func (this *ResourceQuantity) GoString() string
func (*ResourceQuantity) Marshal ¶
func (m *ResourceQuantity) Marshal() (dAtA []byte, err error)
func (*ResourceQuantity) MarshalToSizedBuffer ¶
func (m *ResourceQuantity) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResourceQuantity) ProtoMessage ¶
func (*ResourceQuantity) ProtoMessage()
func (*ResourceQuantity) Reset ¶
func (m *ResourceQuantity) Reset()
func (*ResourceQuantity) Size ¶
func (m *ResourceQuantity) Size() (n int)
func (*ResourceQuantity) String ¶
func (this *ResourceQuantity) String() string
func (*ResourceQuantity) Unmarshal ¶
func (m *ResourceQuantity) Unmarshal(dAtA []byte) error
func (*ResourceQuantity) XXX_DiscardUnknown ¶
func (m *ResourceQuantity) XXX_DiscardUnknown()
func (*ResourceQuantity) XXX_Marshal ¶
func (m *ResourceQuantity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResourceQuantity) XXX_Merge ¶
func (m *ResourceQuantity) XXX_Merge(src proto.Message)
func (*ResourceQuantity) XXX_Size ¶
func (m *ResourceQuantity) XXX_Size() int
func (*ResourceQuantity) XXX_Unmarshal ¶
func (m *ResourceQuantity) XXX_Unmarshal(b []byte) error
type ResourceReqs ¶
type ResourceReqs struct { Limits *ResourceList `protobuf:"bytes,1,opt,name=limits,proto3" json:"limits,omitempty"` Requests *ResourceList `protobuf:"bytes,2,opt,name=requests,proto3" json:"requests,omitempty"` }
func (*ResourceReqs) Descriptor ¶
func (*ResourceReqs) Descriptor() ([]byte, []int)
func (*ResourceReqs) Equal ¶
func (this *ResourceReqs) Equal(that interface{}) bool
func (*ResourceReqs) GetLimits ¶
func (m *ResourceReqs) GetLimits() *ResourceList
func (*ResourceReqs) GetRequests ¶
func (m *ResourceReqs) GetRequests() *ResourceList
func (*ResourceReqs) GoString ¶
func (this *ResourceReqs) GoString() string
func (*ResourceReqs) Marshal ¶
func (m *ResourceReqs) Marshal() (dAtA []byte, err error)
func (*ResourceReqs) MarshalToSizedBuffer ¶
func (m *ResourceReqs) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResourceReqs) ProtoMessage ¶
func (*ResourceReqs) ProtoMessage()
func (*ResourceReqs) Reset ¶
func (m *ResourceReqs) Reset()
func (*ResourceReqs) Size ¶
func (m *ResourceReqs) Size() (n int)
func (*ResourceReqs) String ¶
func (this *ResourceReqs) String() string
func (*ResourceReqs) Unmarshal ¶
func (m *ResourceReqs) Unmarshal(dAtA []byte) error
func (*ResourceReqs) XXX_DiscardUnknown ¶
func (m *ResourceReqs) XXX_DiscardUnknown()
func (*ResourceReqs) XXX_Marshal ¶
func (m *ResourceReqs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResourceReqs) XXX_Merge ¶
func (m *ResourceReqs) XXX_Merge(src proto.Message)
func (*ResourceReqs) XXX_Size ¶
func (m *ResourceReqs) XXX_Size() int
func (*ResourceReqs) XXX_Unmarshal ¶
func (m *ResourceReqs) XXX_Unmarshal(b []byte) error
type Toleration ¶
type Toleration 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"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` Effect string `protobuf:"bytes,4,opt,name=effect,proto3" json:"effect,omitempty"` TolerationSeconds *types.Int64Value `protobuf:"bytes,5,opt,name=toleration_seconds,json=tolerationSeconds,proto3" json:"toleration_seconds,omitempty"` }
func (*Toleration) Descriptor ¶
func (*Toleration) Descriptor() ([]byte, []int)
func (*Toleration) Equal ¶
func (this *Toleration) Equal(that interface{}) bool
func (*Toleration) GetEffect ¶
func (m *Toleration) GetEffect() string
func (*Toleration) GetKey ¶
func (m *Toleration) GetKey() string
func (*Toleration) GetOperator ¶
func (m *Toleration) GetOperator() string
func (*Toleration) GetTolerationSeconds ¶
func (m *Toleration) GetTolerationSeconds() *types.Int64Value
func (*Toleration) GetValue ¶
func (m *Toleration) GetValue() string
func (*Toleration) GoString ¶
func (this *Toleration) GoString() string
func (*Toleration) Marshal ¶
func (m *Toleration) Marshal() (dAtA []byte, err error)
func (*Toleration) MarshalToSizedBuffer ¶
func (m *Toleration) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Toleration) ProtoMessage ¶
func (*Toleration) ProtoMessage()
func (*Toleration) Reset ¶
func (m *Toleration) Reset()
func (*Toleration) Size ¶
func (m *Toleration) Size() (n int)
func (*Toleration) String ¶
func (this *Toleration) String() string
func (*Toleration) Unmarshal ¶
func (m *Toleration) Unmarshal(dAtA []byte) error
func (*Toleration) XXX_DiscardUnknown ¶
func (m *Toleration) XXX_DiscardUnknown()
func (*Toleration) XXX_Marshal ¶
func (m *Toleration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Toleration) XXX_Merge ¶
func (m *Toleration) XXX_Merge(src proto.Message)
func (*Toleration) XXX_Size ¶
func (m *Toleration) XXX_Size() int
func (*Toleration) XXX_Unmarshal ¶
func (m *Toleration) XXX_Unmarshal(b []byte) error
type VizierSpec ¶
type VizierSpec struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` DeployKey string `protobuf:"bytes,2,opt,name=deploy_key,json=deployKey,proto3" json:"deploy_key,omitempty"` DisableAutoUpdate bool `protobuf:"varint,3,opt,name=disable_auto_update,json=disableAutoUpdate,proto3" json:"disable_auto_update,omitempty"` UseEtcdOperator bool `protobuf:"varint,4,opt,name=use_etcd_operator,json=useEtcdOperator,proto3" json:"use_etcd_operator,omitempty"` ClusterName string `protobuf:"bytes,5,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"` CloudAddr string `protobuf:"bytes,6,opt,name=cloud_addr,json=cloudAddr,proto3" json:"cloud_addr,omitempty"` DevCloudNamespace string `protobuf:"bytes,7,opt,name=dev_cloud_namespace,json=devCloudNamespace,proto3" json:"dev_cloud_namespace,omitempty"` PemMemoryLimit string `protobuf:"bytes,8,opt,name=pem_memory_limit,json=pemMemoryLimit,proto3" json:"pem_memory_limit,omitempty"` PemMemoryRequest string `protobuf:"bytes,17,opt,name=pem_memory_request,json=pemMemoryRequest,proto3" json:"pem_memory_request,omitempty"` Pod_Policy *PodPolicyReq `protobuf:"bytes,9,opt,name=Pod_Policy,json=PodPolicy,proto3" json:"Pod_Policy,omitempty"` Patches map[string]string `` /* 156-byte string literal not displayed */ ClockConverter string `protobuf:"bytes,12,opt,name=clock_converter,json=clockConverter,proto3" json:"clock_converter,omitempty"` DataAccess string `protobuf:"bytes,13,opt,name=data_access,json=dataAccess,proto3" json:"data_access,omitempty"` DataCollectorParams *DataCollectorParams `protobuf:"bytes,14,opt,name=data_collector_params,json=dataCollectorParams,proto3" json:"data_collector_params,omitempty"` LeadershipElectionParams *LeadershipElectionParams `` /* 136-byte string literal not displayed */ CustomDeployKeySecret string `` /* 129-byte string literal not displayed */ Registry string `protobuf:"bytes,18,opt,name=registry,proto3" json:"registry,omitempty"` Autopilot bool `protobuf:"varint,19,opt,name=autopilot,proto3" json:"autopilot,omitempty"` }
func (*VizierSpec) Descriptor ¶
func (*VizierSpec) Descriptor() ([]byte, []int)
func (*VizierSpec) Equal ¶
func (this *VizierSpec) Equal(that interface{}) bool
func (*VizierSpec) GetAutopilot ¶
func (m *VizierSpec) GetAutopilot() bool
func (*VizierSpec) GetClockConverter ¶
func (m *VizierSpec) GetClockConverter() string
func (*VizierSpec) GetCloudAddr ¶
func (m *VizierSpec) GetCloudAddr() string
func (*VizierSpec) GetClusterName ¶
func (m *VizierSpec) GetClusterName() string
func (*VizierSpec) GetCustomDeployKeySecret ¶
func (m *VizierSpec) GetCustomDeployKeySecret() string
func (*VizierSpec) GetDataAccess ¶
func (m *VizierSpec) GetDataAccess() string
func (*VizierSpec) GetDataCollectorParams ¶
func (m *VizierSpec) GetDataCollectorParams() *DataCollectorParams
func (*VizierSpec) GetDeployKey ¶
func (m *VizierSpec) GetDeployKey() string
func (*VizierSpec) GetDevCloudNamespace ¶
func (m *VizierSpec) GetDevCloudNamespace() string
func (*VizierSpec) GetDisableAutoUpdate ¶
func (m *VizierSpec) GetDisableAutoUpdate() bool
func (*VizierSpec) GetLeadershipElectionParams ¶
func (m *VizierSpec) GetLeadershipElectionParams() *LeadershipElectionParams
func (*VizierSpec) GetPatches ¶
func (m *VizierSpec) GetPatches() map[string]string
func (*VizierSpec) GetPemMemoryLimit ¶
func (m *VizierSpec) GetPemMemoryLimit() string
func (*VizierSpec) GetPemMemoryRequest ¶
func (m *VizierSpec) GetPemMemoryRequest() string
func (*VizierSpec) GetPod_Policy ¶
func (m *VizierSpec) GetPod_Policy() *PodPolicyReq
func (*VizierSpec) GetRegistry ¶
func (m *VizierSpec) GetRegistry() string
func (*VizierSpec) GetUseEtcdOperator ¶
func (m *VizierSpec) GetUseEtcdOperator() bool
func (*VizierSpec) GetVersion ¶
func (m *VizierSpec) GetVersion() string
func (*VizierSpec) GoString ¶
func (this *VizierSpec) GoString() string
func (*VizierSpec) Marshal ¶
func (m *VizierSpec) Marshal() (dAtA []byte, err error)
func (*VizierSpec) MarshalToSizedBuffer ¶
func (m *VizierSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VizierSpec) ProtoMessage ¶
func (*VizierSpec) ProtoMessage()
func (*VizierSpec) Reset ¶
func (m *VizierSpec) Reset()
func (*VizierSpec) Size ¶
func (m *VizierSpec) Size() (n int)
func (*VizierSpec) String ¶
func (this *VizierSpec) String() string
func (*VizierSpec) Unmarshal ¶
func (m *VizierSpec) Unmarshal(dAtA []byte) error
func (*VizierSpec) XXX_DiscardUnknown ¶
func (m *VizierSpec) XXX_DiscardUnknown()
func (*VizierSpec) XXX_Marshal ¶
func (m *VizierSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VizierSpec) XXX_Merge ¶
func (m *VizierSpec) XXX_Merge(src proto.Message)
func (*VizierSpec) XXX_Size ¶
func (m *VizierSpec) XXX_Size() int
func (*VizierSpec) XXX_Unmarshal ¶
func (m *VizierSpec) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.