Documentation
¶
Index ¶
- Variables
- type ClusterIntent
- func (*ClusterIntent) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterIntent) GetPasswordSecret() *schema.PackageRef
- func (x *ClusterIntent) GetServer() *schema.PackageRef
- func (*ClusterIntent) ProtoMessage()
- func (x *ClusterIntent) ProtoReflect() protoreflect.Message
- func (x *ClusterIntent) Reset()
- func (x *ClusterIntent) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_library_oss_postgres_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ClusterIntent ¶
type ClusterIntent struct {
// If set, overrides the server package used to instantiate the local database cluster.
Server *schema.PackageRef `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
// If set, overrides the root password used to access the cluster.
PasswordSecret *schema.PackageRef `protobuf:"bytes,2,opt,name=password_secret,json=passwordSecret,proto3" json:"password_secret,omitempty"`
// contains filtered or unexported fields
}
func (*ClusterIntent) Descriptor
deprecated
func (*ClusterIntent) Descriptor() ([]byte, []int)
Deprecated: Use ClusterIntent.ProtoReflect.Descriptor instead.
func (*ClusterIntent) GetPasswordSecret ¶
func (x *ClusterIntent) GetPasswordSecret() *schema.PackageRef
func (*ClusterIntent) GetServer ¶
func (x *ClusterIntent) GetServer() *schema.PackageRef
func (*ClusterIntent) ProtoMessage ¶
func (*ClusterIntent) ProtoMessage()
func (*ClusterIntent) ProtoReflect ¶
func (x *ClusterIntent) ProtoReflect() protoreflect.Message
func (*ClusterIntent) Reset ¶
func (x *ClusterIntent) Reset()
func (*ClusterIntent) String ¶
func (x *ClusterIntent) String() string
Click to show internal directories.
Click to hide internal directories.