Documentation
¶
Index ¶
- Variables
- type CheckPluginExistRequest
- func (*CheckPluginExistRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckPluginExistRequest) GetCceOneDate() string
- func (x *CheckPluginExistRequest) GetCceOneSign() string
- func (x *CheckPluginExistRequest) GetClusterId() string
- func (x *CheckPluginExistRequest) GetInstanceName() string
- func (x *CheckPluginExistRequest) GetRegionId() string
- func (x *CheckPluginExistRequest) GetRequestFrom() string
- func (*CheckPluginExistRequest) ProtoMessage()
- func (x *CheckPluginExistRequest) ProtoReflect() protoreflect.Message
- func (x *CheckPluginExistRequest) Reset()
- func (x *CheckPluginExistRequest) String() string
- type CheckPluginExistResponse
- func (*CheckPluginExistResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckPluginExistResponse) GetData() bool
- func (*CheckPluginExistResponse) ProtoMessage()
- func (x *CheckPluginExistResponse) ProtoReflect() protoreflect.Message
- func (x *CheckPluginExistResponse) Reset()
- func (x *CheckPluginExistResponse) String() string
- type InstallPluginRequest
- func (*InstallPluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstallPluginRequest) GetChartName() string
- func (x *InstallPluginRequest) GetChartVersion() string
- func (x *InstallPluginRequest) GetClusterId() string
- func (x *InstallPluginRequest) GetRegionId() string
- func (x *InstallPluginRequest) GetValues() string
- func (x *InstallPluginRequest) GetValuesJson() string
- func (*InstallPluginRequest) ProtoMessage()
- func (x *InstallPluginRequest) ProtoReflect() protoreflect.Message
- func (x *InstallPluginRequest) Reset()
- func (x *InstallPluginRequest) String() string
- type InstallPluginResponse
- func (*InstallPluginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstallPluginResponse) GetData() bool
- func (*InstallPluginResponse) ProtoMessage()
- func (x *InstallPluginResponse) ProtoReflect() protoreflect.Message
- func (x *InstallPluginResponse) Reset()
- func (x *InstallPluginResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_plugin_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CheckPluginExistRequest ¶
type CheckPluginExistRequest struct {
ClusterId string `protobuf:"bytes,1,opt,name=clusterId,proto3" json:"clusterId,omitempty" path:"clusterId"`
InstanceName string `protobuf:"bytes,2,opt,name=instanceName,proto3" json:"instanceName,omitempty" path:"instanceName"`
RegionId string `protobuf:"bytes,3,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
RequestFrom string `protobuf:"bytes,4,opt,name=requestFrom,proto3" header:"x-request-from" json:"requestFrom,omitempty"`
CceOneDate string `protobuf:"bytes,5,opt,name=cceOneDate,proto3" header:"cceone-date" json:"cceOneDate,omitempty"`
CceOneSign string `protobuf:"bytes,6,opt,name=cceOneSign,proto3" header:"cceone-sign" json:"cceOneSign,omitempty"`
// contains filtered or unexported fields
}
func (*CheckPluginExistRequest) Descriptor
deprecated
func (*CheckPluginExistRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckPluginExistRequest.ProtoReflect.Descriptor instead.
func (*CheckPluginExistRequest) GetCceOneDate ¶ added in v1.0.3
func (x *CheckPluginExistRequest) GetCceOneDate() string
func (*CheckPluginExistRequest) GetCceOneSign ¶ added in v1.0.3
func (x *CheckPluginExistRequest) GetCceOneSign() string
func (*CheckPluginExistRequest) GetClusterId ¶
func (x *CheckPluginExistRequest) GetClusterId() string
func (*CheckPluginExistRequest) GetInstanceName ¶
func (x *CheckPluginExistRequest) GetInstanceName() string
func (*CheckPluginExistRequest) GetRegionId ¶
func (x *CheckPluginExistRequest) GetRegionId() string
func (*CheckPluginExistRequest) GetRequestFrom ¶ added in v1.0.3
func (x *CheckPluginExistRequest) GetRequestFrom() string
func (*CheckPluginExistRequest) ProtoMessage ¶
func (*CheckPluginExistRequest) ProtoMessage()
func (*CheckPluginExistRequest) ProtoReflect ¶
func (x *CheckPluginExistRequest) ProtoReflect() protoreflect.Message
func (*CheckPluginExistRequest) Reset ¶
func (x *CheckPluginExistRequest) Reset()
func (*CheckPluginExistRequest) String ¶
func (x *CheckPluginExistRequest) String() string
type CheckPluginExistResponse ¶
type CheckPluginExistResponse struct {
Data bool `protobuf:"varint,1,opt,name=data,proto3" form:"data" json:"data,omitempty" query:"data"`
// contains filtered or unexported fields
}
func (*CheckPluginExistResponse) Descriptor
deprecated
func (*CheckPluginExistResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckPluginExistResponse.ProtoReflect.Descriptor instead.
func (*CheckPluginExistResponse) GetData ¶
func (x *CheckPluginExistResponse) GetData() bool
func (*CheckPluginExistResponse) ProtoMessage ¶
func (*CheckPluginExistResponse) ProtoMessage()
func (*CheckPluginExistResponse) ProtoReflect ¶
func (x *CheckPluginExistResponse) ProtoReflect() protoreflect.Message
func (*CheckPluginExistResponse) Reset ¶
func (x *CheckPluginExistResponse) Reset()
func (*CheckPluginExistResponse) String ¶
func (x *CheckPluginExistResponse) String() string
type InstallPluginRequest ¶ added in v1.0.3
type InstallPluginRequest struct {
ClusterId string `protobuf:"bytes,1,opt,name=clusterId,proto3" json:"clusterId,omitempty" path:"clusterId"`
RegionId string `protobuf:"bytes,2,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
ChartName string `protobuf:"bytes,3,opt,name=chartName,proto3" form:"chartName" json:"chartName,omitempty"`
ChartVersion string `protobuf:"bytes,4,opt,name=chartVersion,proto3" form:"chartVersion" json:"chartVersion,omitempty"`
Values string `protobuf:"bytes,5,opt,name=values,proto3" form:"values" json:"values,omitempty"`
ValuesJson string `protobuf:"bytes,6,opt,name=valuesJson,proto3" form:"valuesJson" json:"valuesJson,omitempty"`
// contains filtered or unexported fields
}
func (*InstallPluginRequest) Descriptor
deprecated
added in
v1.0.3
func (*InstallPluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstallPluginRequest.ProtoReflect.Descriptor instead.
func (*InstallPluginRequest) GetChartName ¶ added in v1.0.3
func (x *InstallPluginRequest) GetChartName() string
func (*InstallPluginRequest) GetChartVersion ¶ added in v1.0.3
func (x *InstallPluginRequest) GetChartVersion() string
func (*InstallPluginRequest) GetClusterId ¶ added in v1.0.3
func (x *InstallPluginRequest) GetClusterId() string
func (*InstallPluginRequest) GetRegionId ¶ added in v1.0.3
func (x *InstallPluginRequest) GetRegionId() string
func (*InstallPluginRequest) GetValues ¶ added in v1.0.3
func (x *InstallPluginRequest) GetValues() string
func (*InstallPluginRequest) GetValuesJson ¶ added in v1.0.3
func (x *InstallPluginRequest) GetValuesJson() string
func (*InstallPluginRequest) ProtoMessage ¶ added in v1.0.3
func (*InstallPluginRequest) ProtoMessage()
func (*InstallPluginRequest) ProtoReflect ¶ added in v1.0.3
func (x *InstallPluginRequest) ProtoReflect() protoreflect.Message
func (*InstallPluginRequest) Reset ¶ added in v1.0.3
func (x *InstallPluginRequest) Reset()
func (*InstallPluginRequest) String ¶ added in v1.0.3
func (x *InstallPluginRequest) String() string
type InstallPluginResponse ¶ added in v1.0.3
type InstallPluginResponse struct {
Data bool `protobuf:"varint,1,opt,name=data,proto3" form:"data" json:"data,omitempty" query:"data"`
// contains filtered or unexported fields
}
func (*InstallPluginResponse) Descriptor
deprecated
added in
v1.0.3
func (*InstallPluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstallPluginResponse.ProtoReflect.Descriptor instead.
func (*InstallPluginResponse) GetData ¶ added in v1.0.3
func (x *InstallPluginResponse) GetData() bool
func (*InstallPluginResponse) ProtoMessage ¶ added in v1.0.3
func (*InstallPluginResponse) ProtoMessage()
func (*InstallPluginResponse) ProtoReflect ¶ added in v1.0.3
func (x *InstallPluginResponse) ProtoReflect() protoreflect.Message
func (*InstallPluginResponse) Reset ¶ added in v1.0.3
func (x *InstallPluginResponse) Reset()
func (*InstallPluginResponse) String ¶ added in v1.0.3
func (x *InstallPluginResponse) String() string
Click to show internal directories.
Click to hide internal directories.