Documentation ¶
Index ¶
- Variables
- type CreateEnvironmentRequest
- func (*CreateEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEnvironmentRequest) GetName() string
- func (x *CreateEnvironmentRequest) GetProject() string
- func (x *CreateEnvironmentRequest) GetSpec() *v1alpha1.EnvironmentSpec
- func (*CreateEnvironmentRequest) ProtoMessage()
- func (x *CreateEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEnvironmentRequest) Reset()
- func (x *CreateEnvironmentRequest) String() string
- type CreateEnvironmentResponse
- func (*CreateEnvironmentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEnvironmentResponse) GetEnvironment() *v1alpha1.Environment
- func (*CreateEnvironmentResponse) ProtoMessage()
- func (x *CreateEnvironmentResponse) ProtoReflect() protoreflect.Message
- func (x *CreateEnvironmentResponse) Reset()
- func (x *CreateEnvironmentResponse) String() string
- type DeleteEnvironmentRequest
- func (*DeleteEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEnvironmentRequest) GetName() string
- func (x *DeleteEnvironmentRequest) GetProject() string
- func (*DeleteEnvironmentRequest) ProtoMessage()
- func (x *DeleteEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEnvironmentRequest) Reset()
- func (x *DeleteEnvironmentRequest) String() string
- type DeleteEnvironmentResponse
- type GetEnvironmentRequest
- func (*GetEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnvironmentRequest) GetName() string
- func (x *GetEnvironmentRequest) GetProject() string
- func (*GetEnvironmentRequest) ProtoMessage()
- func (x *GetEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *GetEnvironmentRequest) Reset()
- func (x *GetEnvironmentRequest) String() string
- type GetEnvironmentResponse
- func (*GetEnvironmentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnvironmentResponse) GetEnvironment() *v1alpha1.Environment
- func (*GetEnvironmentResponse) ProtoMessage()
- func (x *GetEnvironmentResponse) ProtoReflect() protoreflect.Message
- func (x *GetEnvironmentResponse) Reset()
- func (x *GetEnvironmentResponse) String() string
- type ListEnvironmentsRequest
- func (*ListEnvironmentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEnvironmentsRequest) GetProject() string
- func (*ListEnvironmentsRequest) ProtoMessage()
- func (x *ListEnvironmentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEnvironmentsRequest) Reset()
- func (x *ListEnvironmentsRequest) String() string
- type ListEnvironmentsResponse
- func (*ListEnvironmentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEnvironmentsResponse) GetEnvironments() []*v1alpha1.Environment
- func (*ListEnvironmentsResponse) ProtoMessage()
- func (x *ListEnvironmentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEnvironmentsResponse) Reset()
- func (x *ListEnvironmentsResponse) String() string
- type PromoteEnvironmentRequest
- func (*PromoteEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PromoteEnvironmentRequest) GetName() string
- func (x *PromoteEnvironmentRequest) GetProject() string
- func (x *PromoteEnvironmentRequest) GetState() string
- func (*PromoteEnvironmentRequest) ProtoMessage()
- func (x *PromoteEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *PromoteEnvironmentRequest) Reset()
- func (x *PromoteEnvironmentRequest) String() string
- type PromoteEnvironmentResponse
- func (*PromoteEnvironmentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PromoteEnvironmentResponse) GetPromotion() *v1alpha1.Promotion
- func (*PromoteEnvironmentResponse) ProtoMessage()
- func (x *PromoteEnvironmentResponse) ProtoReflect() protoreflect.Message
- func (x *PromoteEnvironmentResponse) Reset()
- func (x *PromoteEnvironmentResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_service_v1alpha1_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateEnvironmentRequest ¶
type CreateEnvironmentRequest struct { Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Spec *v1alpha1.EnvironmentSpec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"` // contains filtered or unexported fields }
func (*CreateEnvironmentRequest) Descriptor
deprecated
func (*CreateEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*CreateEnvironmentRequest) GetName ¶
func (x *CreateEnvironmentRequest) GetName() string
func (*CreateEnvironmentRequest) GetProject ¶
func (x *CreateEnvironmentRequest) GetProject() string
func (*CreateEnvironmentRequest) GetSpec ¶
func (x *CreateEnvironmentRequest) GetSpec() *v1alpha1.EnvironmentSpec
func (*CreateEnvironmentRequest) ProtoMessage ¶
func (*CreateEnvironmentRequest) ProtoMessage()
func (*CreateEnvironmentRequest) ProtoReflect ¶
func (x *CreateEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*CreateEnvironmentRequest) Reset ¶
func (x *CreateEnvironmentRequest) Reset()
func (*CreateEnvironmentRequest) String ¶
func (x *CreateEnvironmentRequest) String() string
type CreateEnvironmentResponse ¶
type CreateEnvironmentResponse struct { Environment *v1alpha1.Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"` // contains filtered or unexported fields }
func (*CreateEnvironmentResponse) Descriptor
deprecated
func (*CreateEnvironmentResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateEnvironmentResponse.ProtoReflect.Descriptor instead.
func (*CreateEnvironmentResponse) GetEnvironment ¶
func (x *CreateEnvironmentResponse) GetEnvironment() *v1alpha1.Environment
func (*CreateEnvironmentResponse) ProtoMessage ¶
func (*CreateEnvironmentResponse) ProtoMessage()
func (*CreateEnvironmentResponse) ProtoReflect ¶
func (x *CreateEnvironmentResponse) ProtoReflect() protoreflect.Message
func (*CreateEnvironmentResponse) Reset ¶
func (x *CreateEnvironmentResponse) Reset()
func (*CreateEnvironmentResponse) String ¶
func (x *CreateEnvironmentResponse) String() string
type DeleteEnvironmentRequest ¶
type DeleteEnvironmentRequest struct { Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteEnvironmentRequest) Descriptor
deprecated
func (*DeleteEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*DeleteEnvironmentRequest) GetName ¶
func (x *DeleteEnvironmentRequest) GetName() string
func (*DeleteEnvironmentRequest) GetProject ¶
func (x *DeleteEnvironmentRequest) GetProject() string
func (*DeleteEnvironmentRequest) ProtoMessage ¶
func (*DeleteEnvironmentRequest) ProtoMessage()
func (*DeleteEnvironmentRequest) ProtoReflect ¶
func (x *DeleteEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*DeleteEnvironmentRequest) Reset ¶
func (x *DeleteEnvironmentRequest) Reset()
func (*DeleteEnvironmentRequest) String ¶
func (x *DeleteEnvironmentRequest) String() string
type DeleteEnvironmentResponse ¶
type DeleteEnvironmentResponse struct {
// contains filtered or unexported fields
}
func (*DeleteEnvironmentResponse) Descriptor
deprecated
func (*DeleteEnvironmentResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEnvironmentResponse.ProtoReflect.Descriptor instead.
func (*DeleteEnvironmentResponse) ProtoMessage ¶
func (*DeleteEnvironmentResponse) ProtoMessage()
func (*DeleteEnvironmentResponse) ProtoReflect ¶
func (x *DeleteEnvironmentResponse) ProtoReflect() protoreflect.Message
func (*DeleteEnvironmentResponse) Reset ¶
func (x *DeleteEnvironmentResponse) Reset()
func (*DeleteEnvironmentResponse) String ¶
func (x *DeleteEnvironmentResponse) String() string
type GetEnvironmentRequest ¶
type GetEnvironmentRequest struct { Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetEnvironmentRequest) Descriptor
deprecated
func (*GetEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*GetEnvironmentRequest) GetName ¶
func (x *GetEnvironmentRequest) GetName() string
func (*GetEnvironmentRequest) GetProject ¶
func (x *GetEnvironmentRequest) GetProject() string
func (*GetEnvironmentRequest) ProtoMessage ¶
func (*GetEnvironmentRequest) ProtoMessage()
func (*GetEnvironmentRequest) ProtoReflect ¶
func (x *GetEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*GetEnvironmentRequest) Reset ¶
func (x *GetEnvironmentRequest) Reset()
func (*GetEnvironmentRequest) String ¶
func (x *GetEnvironmentRequest) String() string
type GetEnvironmentResponse ¶
type GetEnvironmentResponse struct { Environment *v1alpha1.Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"` // contains filtered or unexported fields }
func (*GetEnvironmentResponse) Descriptor
deprecated
func (*GetEnvironmentResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetEnvironmentResponse.ProtoReflect.Descriptor instead.
func (*GetEnvironmentResponse) GetEnvironment ¶
func (x *GetEnvironmentResponse) GetEnvironment() *v1alpha1.Environment
func (*GetEnvironmentResponse) ProtoMessage ¶
func (*GetEnvironmentResponse) ProtoMessage()
func (*GetEnvironmentResponse) ProtoReflect ¶
func (x *GetEnvironmentResponse) ProtoReflect() protoreflect.Message
func (*GetEnvironmentResponse) Reset ¶
func (x *GetEnvironmentResponse) Reset()
func (*GetEnvironmentResponse) String ¶
func (x *GetEnvironmentResponse) String() string
type ListEnvironmentsRequest ¶
type ListEnvironmentsRequest struct { Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*ListEnvironmentsRequest) Descriptor
deprecated
func (*ListEnvironmentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEnvironmentsRequest.ProtoReflect.Descriptor instead.
func (*ListEnvironmentsRequest) GetProject ¶
func (x *ListEnvironmentsRequest) GetProject() string
func (*ListEnvironmentsRequest) ProtoMessage ¶
func (*ListEnvironmentsRequest) ProtoMessage()
func (*ListEnvironmentsRequest) ProtoReflect ¶
func (x *ListEnvironmentsRequest) ProtoReflect() protoreflect.Message
func (*ListEnvironmentsRequest) Reset ¶
func (x *ListEnvironmentsRequest) Reset()
func (*ListEnvironmentsRequest) String ¶
func (x *ListEnvironmentsRequest) String() string
type ListEnvironmentsResponse ¶
type ListEnvironmentsResponse struct { Environments []*v1alpha1.Environment `protobuf:"bytes,1,rep,name=environments,proto3" json:"environments,omitempty"` // contains filtered or unexported fields }
func (*ListEnvironmentsResponse) Descriptor
deprecated
func (*ListEnvironmentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEnvironmentsResponse.ProtoReflect.Descriptor instead.
func (*ListEnvironmentsResponse) GetEnvironments ¶
func (x *ListEnvironmentsResponse) GetEnvironments() []*v1alpha1.Environment
func (*ListEnvironmentsResponse) ProtoMessage ¶
func (*ListEnvironmentsResponse) ProtoMessage()
func (*ListEnvironmentsResponse) ProtoReflect ¶
func (x *ListEnvironmentsResponse) ProtoReflect() protoreflect.Message
func (*ListEnvironmentsResponse) Reset ¶
func (x *ListEnvironmentsResponse) Reset()
func (*ListEnvironmentsResponse) String ¶
func (x *ListEnvironmentsResponse) String() string
type PromoteEnvironmentRequest ¶
type PromoteEnvironmentRequest struct { Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*PromoteEnvironmentRequest) Descriptor
deprecated
func (*PromoteEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use PromoteEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*PromoteEnvironmentRequest) GetName ¶
func (x *PromoteEnvironmentRequest) GetName() string
func (*PromoteEnvironmentRequest) GetProject ¶
func (x *PromoteEnvironmentRequest) GetProject() string
func (*PromoteEnvironmentRequest) GetState ¶
func (x *PromoteEnvironmentRequest) GetState() string
func (*PromoteEnvironmentRequest) ProtoMessage ¶
func (*PromoteEnvironmentRequest) ProtoMessage()
func (*PromoteEnvironmentRequest) ProtoReflect ¶
func (x *PromoteEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*PromoteEnvironmentRequest) Reset ¶
func (x *PromoteEnvironmentRequest) Reset()
func (*PromoteEnvironmentRequest) String ¶
func (x *PromoteEnvironmentRequest) String() string
type PromoteEnvironmentResponse ¶
type PromoteEnvironmentResponse struct { Promotion *v1alpha1.Promotion `protobuf:"bytes,1,opt,name=promotion,proto3" json:"promotion,omitempty"` // contains filtered or unexported fields }
func (*PromoteEnvironmentResponse) Descriptor
deprecated
func (*PromoteEnvironmentResponse) Descriptor() ([]byte, []int)
Deprecated: Use PromoteEnvironmentResponse.ProtoReflect.Descriptor instead.
func (*PromoteEnvironmentResponse) GetPromotion ¶
func (x *PromoteEnvironmentResponse) GetPromotion() *v1alpha1.Promotion
func (*PromoteEnvironmentResponse) ProtoMessage ¶
func (*PromoteEnvironmentResponse) ProtoMessage()
func (*PromoteEnvironmentResponse) ProtoReflect ¶
func (x *PromoteEnvironmentResponse) ProtoReflect() protoreflect.Message
func (*PromoteEnvironmentResponse) Reset ¶
func (x *PromoteEnvironmentResponse) Reset()
func (*PromoteEnvironmentResponse) String ¶
func (x *PromoteEnvironmentResponse) String() string