Documentation
¶
Overview ¶
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
Index ¶
- Constants
- Variables
- func GetKubeConfigClusterPermissions() []string
- func GetKubeConfigNameSpacePermissions() []string
- func GetKubeConfigPermissionIsRead(permission string) bool
- func GetKubeConfigPermissionPrivilege(permission string) int
- type AccountPermission
- func (*AccountPermission) Descriptor() ([]byte, []int)deprecated
- func (x *AccountPermission) GetAccountID() string
- func (x *AccountPermission) GetBaseURL() string
- func (x *AccountPermission) GetIsGlobal() bool
- func (x *AccountPermission) GetOrganizationID() string
- func (x *AccountPermission) GetPartnerID() string
- func (x *AccountPermission) GetPermissionName() string
- func (x *AccountPermission) GetProjectID() string
- func (x *AccountPermission) GetRoleName() string
- func (x *AccountPermission) GetScope() string
- func (x *AccountPermission) GetUrls() []*PermissionURL
- func (*AccountPermission) ProtoMessage()
- func (x *AccountPermission) ProtoReflect() protoreflect.Message
- func (x *AccountPermission) Reset()
- func (x *AccountPermission) String() string
- type BootStrapAgentStatus
- func (*BootStrapAgentStatus) Descriptor() ([]byte, []int)deprecated
- func (x *BootStrapAgentStatus) GetFingerprint() string
- func (x *BootStrapAgentStatus) GetIpAddress() string
- func (x *BootStrapAgentStatus) GetLastCheckedIn() *timestamppb.Timestamp
- func (x *BootStrapAgentStatus) GetTokenState() BootstrapAgentState
- func (*BootStrapAgentStatus) ProtoMessage()
- func (x *BootStrapAgentStatus) ProtoReflect() protoreflect.Message
- func (x *BootStrapAgentStatus) Reset()
- func (x *BootStrapAgentStatus) String() string
- type BootstrapAgent
- func (*BootstrapAgent) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapAgent) GetApiVersion() string
- func (x *BootstrapAgent) GetKind() string
- func (x *BootstrapAgent) GetMetadata() *v3.Metadata
- func (x *BootstrapAgent) GetSpec() *BootstrapAgentSpec
- func (x *BootstrapAgent) GetStatus() *BootStrapAgentStatus
- func (*BootstrapAgent) ProtoMessage()
- func (x *BootstrapAgent) ProtoReflect() protoreflect.Message
- func (x *BootstrapAgent) Reset()
- func (x *BootstrapAgent) String() string
- type BootstrapAgentList
- func (*BootstrapAgentList) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapAgentList) GetApiVersion() string
- func (x *BootstrapAgentList) GetItems() []*BootstrapAgent
- func (x *BootstrapAgentList) GetKind() string
- func (x *BootstrapAgentList) GetMetadata() *v3.ListMetadata
- func (*BootstrapAgentList) ProtoMessage()
- func (x *BootstrapAgentList) ProtoReflect() protoreflect.Message
- func (x *BootstrapAgentList) Reset()
- func (x *BootstrapAgentList) String() string
- type BootstrapAgentMode
- func (BootstrapAgentMode) Descriptor() protoreflect.EnumDescriptor
- func (x BootstrapAgentMode) Enum() *BootstrapAgentMode
- func (BootstrapAgentMode) EnumDescriptor() ([]byte, []int)deprecated
- func (e BootstrapAgentMode) IsEnum()
- func (e BootstrapAgentMode) MarshalJSON() ([]byte, error)
- func (e BootstrapAgentMode) MarshalYAML() (interface{}, error)
- func (x BootstrapAgentMode) Number() protoreflect.EnumNumber
- func (e *BootstrapAgentMode) Scan(value interface{}) error
- func (x BootstrapAgentMode) String() string
- func (BootstrapAgentMode) Type() protoreflect.EnumType
- func (e *BootstrapAgentMode) UnmarshalJSON(b []byte) error
- func (e *BootstrapAgentMode) UnmarshalYAML(unmarshal func(interface{}) error) error
- func (e BootstrapAgentMode) Value() (driver.Value, error)
- type BootstrapAgentSpec
- func (*BootstrapAgentSpec) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapAgentSpec) GetAgentMode() BootstrapAgentMode
- func (x *BootstrapAgentSpec) GetTemplateRef() string
- func (x *BootstrapAgentSpec) GetToken() string
- func (*BootstrapAgentSpec) ProtoMessage()
- func (x *BootstrapAgentSpec) ProtoReflect() protoreflect.Message
- func (x *BootstrapAgentSpec) Reset()
- func (x *BootstrapAgentSpec) String() string
- type BootstrapAgentState
- func (BootstrapAgentState) Descriptor() protoreflect.EnumDescriptor
- func (x BootstrapAgentState) Enum() *BootstrapAgentState
- func (BootstrapAgentState) EnumDescriptor() ([]byte, []int)deprecated
- func (e BootstrapAgentState) IsEnum()
- func (e BootstrapAgentState) MarshalJSON() ([]byte, error)
- func (e BootstrapAgentState) MarshalYAML() (interface{}, error)
- func (x BootstrapAgentState) Number() protoreflect.EnumNumber
- func (e *BootstrapAgentState) Scan(value interface{}) error
- func (x BootstrapAgentState) String() string
- func (BootstrapAgentState) Type() protoreflect.EnumType
- func (e *BootstrapAgentState) UnmarshalJSON(b []byte) error
- func (e *BootstrapAgentState) UnmarshalYAML(unmarshal func(interface{}) error) error
- func (e BootstrapAgentState) Value() (driver.Value, error)
- type BootstrapAgentTemplate
- func (*BootstrapAgentTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapAgentTemplate) GetApiVersion() string
- func (x *BootstrapAgentTemplate) GetKind() string
- func (x *BootstrapAgentTemplate) GetMetadata() *v3.Metadata
- func (x *BootstrapAgentTemplate) GetSpec() *BootstrapAgentTemplateSpec
- func (x *BootstrapAgentTemplate) GetStatus() *BootstrapAgentTemplateStatus
- func (*BootstrapAgentTemplate) ProtoMessage()
- func (x *BootstrapAgentTemplate) ProtoReflect() protoreflect.Message
- func (x *BootstrapAgentTemplate) Reset()
- func (x *BootstrapAgentTemplate) String() string
- type BootstrapAgentTemplateList
- func (*BootstrapAgentTemplateList) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapAgentTemplateList) GetApiVersion() string
- func (x *BootstrapAgentTemplateList) GetItems() []*BootstrapAgentTemplate
- func (x *BootstrapAgentTemplateList) GetKind() string
- func (x *BootstrapAgentTemplateList) GetMetadata() *v3.ListMetadata
- func (*BootstrapAgentTemplateList) ProtoMessage()
- func (x *BootstrapAgentTemplateList) ProtoReflect() protoreflect.Message
- func (x *BootstrapAgentTemplateList) Reset()
- func (x *BootstrapAgentTemplateList) String() string
- type BootstrapAgentTemplateSpec
- func (*BootstrapAgentTemplateSpec) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapAgentTemplateSpec) GetAutoApprove() bool
- func (x *BootstrapAgentTemplateSpec) GetAutoRegister() bool
- func (x *BootstrapAgentTemplateSpec) GetHosts() []*BootstrapTemplateHost
- func (x *BootstrapAgentTemplateSpec) GetIgnoreMultipleRegister() bool
- func (x *BootstrapAgentTemplateSpec) GetInClusterTemplate() string
- func (x *BootstrapAgentTemplateSpec) GetInfraRef() string
- func (x *BootstrapAgentTemplateSpec) GetOutOfClusterTemplate() string
- func (x *BootstrapAgentTemplateSpec) GetTemplateType() BootstrapAgentTemplateType
- func (x *BootstrapAgentTemplateSpec) GetToken() string
- func (*BootstrapAgentTemplateSpec) ProtoMessage()
- func (x *BootstrapAgentTemplateSpec) ProtoReflect() protoreflect.Message
- func (x *BootstrapAgentTemplateSpec) Reset()
- func (x *BootstrapAgentTemplateSpec) String() string
- type BootstrapAgentTemplateStatus
- func (*BootstrapAgentTemplateStatus) Descriptor() ([]byte, []int)deprecated
- func (*BootstrapAgentTemplateStatus) ProtoMessage()
- func (x *BootstrapAgentTemplateStatus) ProtoReflect() protoreflect.Message
- func (x *BootstrapAgentTemplateStatus) Reset()
- func (x *BootstrapAgentTemplateStatus) String() string
- type BootstrapAgentTemplateType
- func (BootstrapAgentTemplateType) Descriptor() protoreflect.EnumDescriptor
- func (x BootstrapAgentTemplateType) Enum() *BootstrapAgentTemplateType
- func (BootstrapAgentTemplateType) EnumDescriptor() ([]byte, []int)deprecated
- func (e BootstrapAgentTemplateType) IsEnum()
- func (e BootstrapAgentTemplateType) MarshalJSON() ([]byte, error)
- func (e BootstrapAgentTemplateType) MarshalYAML() (interface{}, error)
- func (x BootstrapAgentTemplateType) Number() protoreflect.EnumNumber
- func (e *BootstrapAgentTemplateType) Scan(value interface{}) error
- func (x BootstrapAgentTemplateType) String() string
- func (BootstrapAgentTemplateType) Type() protoreflect.EnumType
- func (e *BootstrapAgentTemplateType) UnmarshalJSON(b []byte) error
- func (e *BootstrapAgentTemplateType) UnmarshalYAML(unmarshal func(interface{}) error) error
- func (e BootstrapAgentTemplateType) Value() (driver.Value, error)
- type BootstrapAgentType
- func (BootstrapAgentType) Descriptor() protoreflect.EnumDescriptor
- func (x BootstrapAgentType) Enum() *BootstrapAgentType
- func (BootstrapAgentType) EnumDescriptor() ([]byte, []int)deprecated
- func (e BootstrapAgentType) IsEnum()
- func (e BootstrapAgentType) MarshalJSON() ([]byte, error)
- func (e BootstrapAgentType) MarshalYAML() (interface{}, error)
- func (x BootstrapAgentType) Number() protoreflect.EnumNumber
- func (e *BootstrapAgentType) Scan(value interface{}) error
- func (x BootstrapAgentType) String() string
- func (BootstrapAgentType) Type() protoreflect.EnumType
- func (e *BootstrapAgentType) UnmarshalJSON(b []byte) error
- func (e *BootstrapAgentType) UnmarshalYAML(unmarshal func(interface{}) error) error
- func (e BootstrapAgentType) Value() (driver.Value, error)
- type BootstrapInfra
- func (*BootstrapInfra) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapInfra) GetApiVersion() string
- func (x *BootstrapInfra) GetKind() string
- func (x *BootstrapInfra) GetMetadata() *v3.Metadata
- func (x *BootstrapInfra) GetSpec() *BootstrapInfraSpec
- func (x *BootstrapInfra) GetStatus() *BootstrapInfraStatus
- func (*BootstrapInfra) ProtoMessage()
- func (x *BootstrapInfra) ProtoReflect() protoreflect.Message
- func (x *BootstrapInfra) Reset()
- func (x *BootstrapInfra) String() string
- type BootstrapInfraList
- func (*BootstrapInfraList) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapInfraList) GetApiVersion() string
- func (x *BootstrapInfraList) GetItems() []*BootstrapInfra
- func (x *BootstrapInfraList) GetKind() string
- func (x *BootstrapInfraList) GetMetadata() *v3.ListMetadata
- func (*BootstrapInfraList) ProtoMessage()
- func (x *BootstrapInfraList) ProtoReflect() protoreflect.Message
- func (x *BootstrapInfraList) Reset()
- func (x *BootstrapInfraList) String() string
- type BootstrapInfraSpec
- func (*BootstrapInfraSpec) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapInfraSpec) GetCaCert() string
- func (x *BootstrapInfraSpec) GetCaKey() string
- func (x *BootstrapInfraSpec) GetCaKeyPass() string
- func (*BootstrapInfraSpec) ProtoMessage()
- func (x *BootstrapInfraSpec) ProtoReflect() protoreflect.Message
- func (x *BootstrapInfraSpec) Reset()
- func (x *BootstrapInfraSpec) String() string
- type BootstrapInfraStatus
- type BootstrapInfraType
- func (BootstrapInfraType) Descriptor() protoreflect.EnumDescriptor
- func (x BootstrapInfraType) Enum() *BootstrapInfraType
- func (BootstrapInfraType) EnumDescriptor() ([]byte, []int)deprecated
- func (e BootstrapInfraType) IsEnum()
- func (e BootstrapInfraType) MarshalJSON() ([]byte, error)
- func (e BootstrapInfraType) MarshalYAML() (interface{}, error)
- func (x BootstrapInfraType) Number() protoreflect.EnumNumber
- func (e *BootstrapInfraType) Scan(value interface{}) error
- func (x BootstrapInfraType) String() string
- func (BootstrapInfraType) Type() protoreflect.EnumType
- func (e *BootstrapInfraType) UnmarshalJSON(b []byte) error
- func (e *BootstrapInfraType) UnmarshalYAML(unmarshal func(interface{}) error) error
- func (e BootstrapInfraType) Value() (driver.Value, error)
- type BootstrapTemplateHost
- func (*BootstrapTemplateHost) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapTemplateHost) GetHost() string
- func (x *BootstrapTemplateHost) GetType() BootstrapTemplateHostType
- func (*BootstrapTemplateHost) ProtoMessage()
- func (x *BootstrapTemplateHost) ProtoReflect() protoreflect.Message
- func (x *BootstrapTemplateHost) Reset()
- func (x *BootstrapTemplateHost) String() string
- type BootstrapTemplateHostType
- func (BootstrapTemplateHostType) Descriptor() protoreflect.EnumDescriptor
- func (x BootstrapTemplateHostType) Enum() *BootstrapTemplateHostType
- func (BootstrapTemplateHostType) EnumDescriptor() ([]byte, []int)deprecated
- func (e BootstrapTemplateHostType) IsEnum()
- func (e BootstrapTemplateHostType) MarshalJSON() ([]byte, error)
- func (e BootstrapTemplateHostType) MarshalYAML() (interface{}, error)
- func (x BootstrapTemplateHostType) Number() protoreflect.EnumNumber
- func (e *BootstrapTemplateHostType) Scan(value interface{}) error
- func (x BootstrapTemplateHostType) String() string
- func (BootstrapTemplateHostType) Type() protoreflect.EnumType
- func (e *BootstrapTemplateHostType) UnmarshalJSON(b []byte) error
- func (e *BootstrapTemplateHostType) UnmarshalYAML(unmarshal func(interface{}) error) error
- func (e BootstrapTemplateHostType) Value() (driver.Value, error)
- type GroupPermission
- func (*GroupPermission) Descriptor() ([]byte, []int)deprecated
- func (x *GroupPermission) GetBaseURL() string
- func (x *GroupPermission) GetGroupID() string
- func (x *GroupPermission) GetGroupName() string
- func (x *GroupPermission) GetIsGlobal() bool
- func (x *GroupPermission) GetOrganizationID() string
- func (x *GroupPermission) GetPartnerID() string
- func (x *GroupPermission) GetPermissionName() string
- func (x *GroupPermission) GetProjectID() string
- func (x *GroupPermission) GetProjectName() string
- func (x *GroupPermission) GetRoleName() string
- func (x *GroupPermission) GetScope() string
- func (x *GroupPermission) GetUrls() []*PermissionURL
- func (*GroupPermission) ProtoMessage()
- func (x *GroupPermission) ProtoReflect() protoreflect.Message
- func (x *GroupPermission) Reset()
- func (x *GroupPermission) String() string
- type Kind
- type KubeconfigRevocation
- func (*KubeconfigRevocation) Descriptor() ([]byte, []int)deprecated
- func (x *KubeconfigRevocation) GetAccountID() string
- func (x *KubeconfigRevocation) GetCreatedAt() *timestamppb.Timestamp
- func (x *KubeconfigRevocation) GetId() string
- func (x *KubeconfigRevocation) GetIsSSOUser() bool
- func (x *KubeconfigRevocation) GetOrganizationID() string
- func (x *KubeconfigRevocation) GetPartnerID() string
- func (x *KubeconfigRevocation) GetRevokedAt() *timestamppb.Timestamp
- func (*KubeconfigRevocation) ProtoMessage()
- func (x *KubeconfigRevocation) ProtoReflect() protoreflect.Message
- func (x *KubeconfigRevocation) Reset()
- func (x *KubeconfigRevocation) String() string
- type KubeconfigSetting
- func (*KubeconfigSetting) Descriptor() ([]byte, []int)deprecated
- func (x *KubeconfigSetting) GetAccountID() string
- func (x *KubeconfigSetting) GetCreatedAt() *timestamppb.Timestamp
- func (x *KubeconfigSetting) GetDeletedAt() *timestamppb.Timestamp
- func (x *KubeconfigSetting) GetDisableCLIKubectl() bool
- func (x *KubeconfigSetting) GetDisableWebKubectl() bool
- func (x *KubeconfigSetting) GetEnablePrivateRelay() bool
- func (x *KubeconfigSetting) GetEnableSessionCheck() bool
- func (x *KubeconfigSetting) GetEnforceOrgAdminSecretAccess() bool
- func (x *KubeconfigSetting) GetId() string
- func (x *KubeconfigSetting) GetIsSSOUser() bool
- func (x *KubeconfigSetting) GetModifiedAt() *timestamppb.Timestamp
- func (x *KubeconfigSetting) GetOrganizationID() string
- func (x *KubeconfigSetting) GetPartnerID() string
- func (x *KubeconfigSetting) GetSaValiditySeconds() int64
- func (x *KubeconfigSetting) GetScope() string
- func (x *KubeconfigSetting) GetValiditySeconds() int64
- func (*KubeconfigSetting) ProtoMessage()
- func (x *KubeconfigSetting) ProtoReflect() protoreflect.Message
- func (x *KubeconfigSetting) Reset()
- func (x *KubeconfigSetting) String() string
- type KubectlClusterSettings
- func (*KubectlClusterSettings) Descriptor() ([]byte, []int)deprecated
- func (x *KubectlClusterSettings) GetCreatedAt() *timestamppb.Timestamp
- func (x *KubectlClusterSettings) GetDeletedAt() *timestamppb.Timestamp
- func (x *KubectlClusterSettings) GetDisableCLIKubectl() bool
- func (x *KubectlClusterSettings) GetDisableWebKubectl() bool
- func (x *KubectlClusterSettings) GetModifiedAt() *timestamppb.Timestamp
- func (x *KubectlClusterSettings) GetName() string
- func (x *KubectlClusterSettings) GetOrganizationID() string
- func (x *KubectlClusterSettings) GetPartnerID() string
- func (*KubectlClusterSettings) ProtoMessage()
- func (x *KubectlClusterSettings) ProtoReflect() protoreflect.Message
- func (x *KubectlClusterSettings) Reset()
- func (x *KubectlClusterSettings) String() string
- type PermissionURL
- func (*PermissionURL) Descriptor() ([]byte, []int)deprecated
- func (x *PermissionURL) GetMethods() []string
- func (x *PermissionURL) GetUrl() string
- func (*PermissionURL) ProtoMessage()
- func (x *PermissionURL) ProtoReflect() protoreflect.Message
- func (x *PermissionURL) Reset()
- func (x *PermissionURL) String() string
- type SSOAccountGroupProjectRoleData
- func (*SSOAccountGroupProjectRoleData) Descriptor() ([]byte, []int)deprecated
- func (x *SSOAccountGroupProjectRoleData) GetAccountOrganizationID() string
- func (x *SSOAccountGroupProjectRoleData) GetCreatedAt() *timestamppb.Timestamp
- func (x *SSOAccountGroupProjectRoleData) GetFirstName() string
- func (x *SSOAccountGroupProjectRoleData) GetGroup() string
- func (x *SSOAccountGroupProjectRoleData) GetId() string
- func (x *SSOAccountGroupProjectRoleData) GetLastLogin() *timestamppb.Timestamp
- func (x *SSOAccountGroupProjectRoleData) GetLastLogout() *timestamppb.Timestamp
- func (x *SSOAccountGroupProjectRoleData) GetLastName() string
- func (x *SSOAccountGroupProjectRoleData) GetName() string
- func (x *SSOAccountGroupProjectRoleData) GetOrganizationID() string
- func (x *SSOAccountGroupProjectRoleData) GetPartnerID() string
- func (x *SSOAccountGroupProjectRoleData) GetPhone() string
- func (x *SSOAccountGroupProjectRoleData) GetProjectID() string
- func (x *SSOAccountGroupProjectRoleData) GetProjectName() string
- func (x *SSOAccountGroupProjectRoleData) GetRoleName() string
- func (x *SSOAccountGroupProjectRoleData) GetScope() string
- func (x *SSOAccountGroupProjectRoleData) GetUserName() string
- func (*SSOAccountGroupProjectRoleData) ProtoMessage()
- func (x *SSOAccountGroupProjectRoleData) ProtoReflect() protoreflect.Message
- func (x *SSOAccountGroupProjectRoleData) Reset()
- func (x *SSOAccountGroupProjectRoleData) String() string
Constants ¶
const ( KubeconfigReadPermission = "kubeconfig.read" KubectlFullAccessPermission = "kubectl.fullaccess" KubectlClusterReadPermission = "kubectl.cluster.read" KubectlClusterWritePermission = "kubectl.cluster.write" KubectlNamespaceReadPermission = "kubectl.namespace.read" KubectlNamespaceWritePermission = "kubectl.namespace.write" )
kubectl/kubeconfig permissions
const ( KubeconfigSettingOrganizationScope = "ORGANIZATION" KubeconfigSettingUserScope = "USER" )
kubeconfig setting scope
const (
ConfigV2Group = "config.paralus.dev/v2"
)
paralus specific annotations/labels keys
Variables ¶
var ( BootstrapInfraType_name = map[int32]string{ 0: "ClusterBootstrapInfra", } BootstrapInfraType_value = map[string]int32{ "ClusterBootstrapInfra": 0, } )
Enum value maps for BootstrapInfraType.
var ( BootstrapAgentType_name = map[int32]string{ 0: "ParalusConnector", 1: "RelayAgent", 2: "PipelineAgent", } BootstrapAgentType_value = map[string]int32{ "ParalusConnector": 0, "RelayAgent": 1, "PipelineAgent": 2, } )
Enum value maps for BootstrapAgentType.
var ( BootstrapAgentMode_name = map[int32]string{ 0: "InCluster", 1: "OutOfCluster", } BootstrapAgentMode_value = map[string]int32{ "InCluster": 0, "OutOfCluster": 1, } )
Enum value maps for BootstrapAgentMode.
var ( BootstrapAgentState_name = map[int32]string{ 0: "NotSet", 1: "NotRegistered", 2: "NotApproved", 3: "Approved", } BootstrapAgentState_value = map[string]int32{ "NotSet": 0, "NotRegistered": 1, "NotApproved": 2, "Approved": 3, } )
Enum value maps for BootstrapAgentState.
var ( BootstrapAgentTemplateType_name = map[int32]string{ 0: "TemplateTypeNotSet", 1: "Client", 2: "Server", 3: "Mixed", } BootstrapAgentTemplateType_value = map[string]int32{ "TemplateTypeNotSet": 0, "Client": 1, "Server": 2, "Mixed": 3, } )
Enum value maps for BootstrapAgentTemplateType.
var ( BootstrapTemplateHostType_name = map[int32]string{ 0: "HostTypeNotSet", 1: "HostTypeInternal", 2: "HostTypeExternal", } BootstrapTemplateHostType_value = map[string]int32{ "HostTypeNotSet": 0, "HostTypeInternal": 1, "HostTypeExternal": 2, } )
Enum value maps for BootstrapTemplateHostType.
var File_proto_types_sentry_account_permission_proto protoreflect.FileDescriptor
var File_proto_types_sentry_group_permission_proto protoreflect.FileDescriptor
var File_proto_types_sentry_kubeconfig_setting_proto protoreflect.FileDescriptor
var File_proto_types_sentry_kubectl_cluster_setting_proto protoreflect.FileDescriptor
var File_proto_types_sentry_sentry_proto protoreflect.FileDescriptor
Functions ¶
func GetKubeConfigClusterPermissions ¶
func GetKubeConfigClusterPermissions() []string
GetKubeConfigClusterPermissions list of kubeconfig permissions
func GetKubeConfigNameSpacePermissions ¶
func GetKubeConfigNameSpacePermissions() []string
GetKubeConfigNameSpacePermissions list of kubeconfig permissions
func GetKubeConfigPermissionIsRead ¶
GetKubeConfigPermissionIsRead is read permission
func GetKubeConfigPermissionPrivilege ¶ added in v0.2.4
GetKubeConfigPermissionprivilege privilege order
Types ¶
type AccountPermission ¶
type AccountPermission struct { AccountID string `protobuf:"bytes,1,opt,name=accountID,proto3" json:"accountID,omitempty"` ProjectID string `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty"` OrganizationID string `protobuf:"bytes,3,opt,name=organizationID,proto3" json:"organizationID,omitempty"` PartnerID string `protobuf:"bytes,4,opt,name=partnerID,proto3" json:"partnerID,omitempty"` RoleName string `protobuf:"bytes,5,opt,name=roleName,proto3" json:"roleName,omitempty"` IsGlobal bool `protobuf:"varint,6,opt,name=isGlobal,proto3" json:"isGlobal,omitempty"` Scope string `protobuf:"bytes,7,opt,name=scope,proto3" json:"scope,omitempty"` PermissionName string `protobuf:"bytes,8,opt,name=permissionName,proto3" json:"permissionName,omitempty"` BaseURL string `protobuf:"bytes,9,opt,name=baseURL,proto3" json:"baseURL,omitempty"` Urls []*PermissionURL `protobuf:"bytes,10,rep,name=urls,proto3" json:"urls,omitempty"` // contains filtered or unexported fields }
func (*AccountPermission) Descriptor
deprecated
func (*AccountPermission) Descriptor() ([]byte, []int)
Deprecated: Use AccountPermission.ProtoReflect.Descriptor instead.
func (*AccountPermission) GetAccountID ¶
func (x *AccountPermission) GetAccountID() string
func (*AccountPermission) GetBaseURL ¶
func (x *AccountPermission) GetBaseURL() string
func (*AccountPermission) GetIsGlobal ¶
func (x *AccountPermission) GetIsGlobal() bool
func (*AccountPermission) GetOrganizationID ¶
func (x *AccountPermission) GetOrganizationID() string
func (*AccountPermission) GetPartnerID ¶
func (x *AccountPermission) GetPartnerID() string
func (*AccountPermission) GetPermissionName ¶
func (x *AccountPermission) GetPermissionName() string
func (*AccountPermission) GetProjectID ¶
func (x *AccountPermission) GetProjectID() string
func (*AccountPermission) GetRoleName ¶
func (x *AccountPermission) GetRoleName() string
func (*AccountPermission) GetScope ¶
func (x *AccountPermission) GetScope() string
func (*AccountPermission) GetUrls ¶
func (x *AccountPermission) GetUrls() []*PermissionURL
func (*AccountPermission) ProtoMessage ¶
func (*AccountPermission) ProtoMessage()
func (*AccountPermission) ProtoReflect ¶
func (x *AccountPermission) ProtoReflect() protoreflect.Message
func (*AccountPermission) Reset ¶
func (x *AccountPermission) Reset()
func (*AccountPermission) String ¶
func (x *AccountPermission) String() string
type BootStrapAgentStatus ¶
type BootStrapAgentStatus struct { TokenState BootstrapAgentState `protobuf:"varint,1,opt,name=tokenState,proto3,enum=paralus.dev.types.sentry.BootstrapAgentState" json:"tokenState,omitempty"` IpAddress string `protobuf:"bytes,2,opt,name=ipAddress,proto3" json:"ipAddress,omitempty"` LastCheckedIn *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=lastCheckedIn,proto3" json:"lastCheckedIn,omitempty"` Fingerprint string `protobuf:"bytes,4,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"` // contains filtered or unexported fields }
func (*BootStrapAgentStatus) Descriptor
deprecated
func (*BootStrapAgentStatus) Descriptor() ([]byte, []int)
Deprecated: Use BootStrapAgentStatus.ProtoReflect.Descriptor instead.
func (*BootStrapAgentStatus) GetFingerprint ¶
func (x *BootStrapAgentStatus) GetFingerprint() string
func (*BootStrapAgentStatus) GetIpAddress ¶
func (x *BootStrapAgentStatus) GetIpAddress() string
func (*BootStrapAgentStatus) GetLastCheckedIn ¶
func (x *BootStrapAgentStatus) GetLastCheckedIn() *timestamppb.Timestamp
func (*BootStrapAgentStatus) GetTokenState ¶
func (x *BootStrapAgentStatus) GetTokenState() BootstrapAgentState
func (*BootStrapAgentStatus) ProtoMessage ¶
func (*BootStrapAgentStatus) ProtoMessage()
func (*BootStrapAgentStatus) ProtoReflect ¶
func (x *BootStrapAgentStatus) ProtoReflect() protoreflect.Message
func (*BootStrapAgentStatus) Reset ¶
func (x *BootStrapAgentStatus) Reset()
func (*BootStrapAgentStatus) String ¶
func (x *BootStrapAgentStatus) String() string
type BootstrapAgent ¶
type BootstrapAgent struct { ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` Metadata *v3.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` Spec *BootstrapAgentSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` Status *BootStrapAgentStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*BootstrapAgent) Descriptor
deprecated
func (*BootstrapAgent) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapAgent.ProtoReflect.Descriptor instead.
func (*BootstrapAgent) GetApiVersion ¶
func (x *BootstrapAgent) GetApiVersion() string
func (*BootstrapAgent) GetKind ¶
func (x *BootstrapAgent) GetKind() string
func (*BootstrapAgent) GetMetadata ¶
func (x *BootstrapAgent) GetMetadata() *v3.Metadata
func (*BootstrapAgent) GetSpec ¶
func (x *BootstrapAgent) GetSpec() *BootstrapAgentSpec
func (*BootstrapAgent) GetStatus ¶
func (x *BootstrapAgent) GetStatus() *BootStrapAgentStatus
func (*BootstrapAgent) ProtoMessage ¶
func (*BootstrapAgent) ProtoMessage()
func (*BootstrapAgent) ProtoReflect ¶
func (x *BootstrapAgent) ProtoReflect() protoreflect.Message
func (*BootstrapAgent) Reset ¶
func (x *BootstrapAgent) Reset()
func (*BootstrapAgent) String ¶
func (x *BootstrapAgent) String() string
type BootstrapAgentList ¶
type BootstrapAgentList struct { ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` Metadata *v3.ListMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` Items []*BootstrapAgent `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
BootstrapAgentList is a list of bootstrap agents
func (*BootstrapAgentList) Descriptor
deprecated
func (*BootstrapAgentList) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapAgentList.ProtoReflect.Descriptor instead.
func (*BootstrapAgentList) GetApiVersion ¶
func (x *BootstrapAgentList) GetApiVersion() string
func (*BootstrapAgentList) GetItems ¶
func (x *BootstrapAgentList) GetItems() []*BootstrapAgent
func (*BootstrapAgentList) GetKind ¶
func (x *BootstrapAgentList) GetKind() string
func (*BootstrapAgentList) GetMetadata ¶
func (x *BootstrapAgentList) GetMetadata() *v3.ListMetadata
func (*BootstrapAgentList) ProtoMessage ¶
func (*BootstrapAgentList) ProtoMessage()
func (*BootstrapAgentList) ProtoReflect ¶
func (x *BootstrapAgentList) ProtoReflect() protoreflect.Message
func (*BootstrapAgentList) Reset ¶
func (x *BootstrapAgentList) Reset()
func (*BootstrapAgentList) String ¶
func (x *BootstrapAgentList) String() string
type BootstrapAgentMode ¶
type BootstrapAgentMode int32
const ( BootstrapAgentMode_InCluster BootstrapAgentMode = 0 BootstrapAgentMode_OutOfCluster BootstrapAgentMode = 1 )
func (BootstrapAgentMode) Descriptor ¶
func (BootstrapAgentMode) Descriptor() protoreflect.EnumDescriptor
func (BootstrapAgentMode) Enum ¶
func (x BootstrapAgentMode) Enum() *BootstrapAgentMode
func (BootstrapAgentMode) EnumDescriptor
deprecated
func (BootstrapAgentMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use BootstrapAgentMode.Descriptor instead.
func (BootstrapAgentMode) IsEnum ¶
func (e BootstrapAgentMode) IsEnum()
implement proto enum interface
func (BootstrapAgentMode) MarshalJSON ¶
func (e BootstrapAgentMode) MarshalJSON() ([]byte, error)
MarshalJSON converts BootstrapAgentMode to JSON
func (BootstrapAgentMode) MarshalYAML ¶ added in v0.2.6
func (e BootstrapAgentMode) MarshalYAML() (interface{}, error)
MarshalYAML implements the yaml.Marshaler interface
func (BootstrapAgentMode) Number ¶
func (x BootstrapAgentMode) Number() protoreflect.EnumNumber
func (*BootstrapAgentMode) Scan ¶
func (e *BootstrapAgentMode) Scan(value interface{}) error
Scan converts database string to BootstrapAgentMode
func (BootstrapAgentMode) String ¶
func (x BootstrapAgentMode) String() string
func (BootstrapAgentMode) Type ¶
func (BootstrapAgentMode) Type() protoreflect.EnumType
func (*BootstrapAgentMode) UnmarshalJSON ¶
func (e *BootstrapAgentMode) UnmarshalJSON(b []byte) error
UnmarshalJSON converts BootstrapAgentMode from JSON
func (*BootstrapAgentMode) UnmarshalYAML ¶ added in v0.2.6
func (e *BootstrapAgentMode) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implements the yaml.Unmarshaler interface
type BootstrapAgentSpec ¶
type BootstrapAgentSpec struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` TemplateRef string `protobuf:"bytes,2,opt,name=templateRef,proto3" json:"templateRef,omitempty"` AgentMode BootstrapAgentMode `protobuf:"varint,3,opt,name=agentMode,proto3,enum=paralus.dev.types.sentry.BootstrapAgentMode" json:"agentMode,omitempty"` // contains filtered or unexported fields }
func (*BootstrapAgentSpec) Descriptor
deprecated
func (*BootstrapAgentSpec) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapAgentSpec.ProtoReflect.Descriptor instead.
func (*BootstrapAgentSpec) GetAgentMode ¶
func (x *BootstrapAgentSpec) GetAgentMode() BootstrapAgentMode
func (*BootstrapAgentSpec) GetTemplateRef ¶
func (x *BootstrapAgentSpec) GetTemplateRef() string
func (*BootstrapAgentSpec) GetToken ¶
func (x *BootstrapAgentSpec) GetToken() string
func (*BootstrapAgentSpec) ProtoMessage ¶
func (*BootstrapAgentSpec) ProtoMessage()
func (*BootstrapAgentSpec) ProtoReflect ¶
func (x *BootstrapAgentSpec) ProtoReflect() protoreflect.Message
func (*BootstrapAgentSpec) Reset ¶
func (x *BootstrapAgentSpec) Reset()
func (*BootstrapAgentSpec) String ¶
func (x *BootstrapAgentSpec) String() string
type BootstrapAgentState ¶
type BootstrapAgentState int32
const ( BootstrapAgentState_NotSet BootstrapAgentState = 0 BootstrapAgentState_NotRegistered BootstrapAgentState = 1 BootstrapAgentState_NotApproved BootstrapAgentState = 2 BootstrapAgentState_Approved BootstrapAgentState = 3 )
func (BootstrapAgentState) Descriptor ¶
func (BootstrapAgentState) Descriptor() protoreflect.EnumDescriptor
func (BootstrapAgentState) Enum ¶
func (x BootstrapAgentState) Enum() *BootstrapAgentState
func (BootstrapAgentState) EnumDescriptor
deprecated
func (BootstrapAgentState) EnumDescriptor() ([]byte, []int)
Deprecated: Use BootstrapAgentState.Descriptor instead.
func (BootstrapAgentState) IsEnum ¶
func (e BootstrapAgentState) IsEnum()
implement proto enum interface
func (BootstrapAgentState) MarshalJSON ¶
func (e BootstrapAgentState) MarshalJSON() ([]byte, error)
MarshalJSON converts BootstrapAgentState to JSON
func (BootstrapAgentState) MarshalYAML ¶ added in v0.2.6
func (e BootstrapAgentState) MarshalYAML() (interface{}, error)
MarshalYAML implements the yaml.Marshaler interface
func (BootstrapAgentState) Number ¶
func (x BootstrapAgentState) Number() protoreflect.EnumNumber
func (*BootstrapAgentState) Scan ¶
func (e *BootstrapAgentState) Scan(value interface{}) error
Scan converts database string to BootstrapAgentState
func (BootstrapAgentState) String ¶
func (x BootstrapAgentState) String() string
func (BootstrapAgentState) Type ¶
func (BootstrapAgentState) Type() protoreflect.EnumType
func (*BootstrapAgentState) UnmarshalJSON ¶
func (e *BootstrapAgentState) UnmarshalJSON(b []byte) error
UnmarshalJSON converts BootstrapAgentState from JSON
func (*BootstrapAgentState) UnmarshalYAML ¶ added in v0.2.6
func (e *BootstrapAgentState) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implements the yaml.Unmarshaler interface
type BootstrapAgentTemplate ¶
type BootstrapAgentTemplate struct { ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` Metadata *v3.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` Spec *BootstrapAgentTemplateSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` Status *BootstrapAgentTemplateStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*BootstrapAgentTemplate) Descriptor
deprecated
func (*BootstrapAgentTemplate) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapAgentTemplate.ProtoReflect.Descriptor instead.
func (*BootstrapAgentTemplate) GetApiVersion ¶
func (x *BootstrapAgentTemplate) GetApiVersion() string
func (*BootstrapAgentTemplate) GetKind ¶
func (x *BootstrapAgentTemplate) GetKind() string
func (*BootstrapAgentTemplate) GetMetadata ¶
func (x *BootstrapAgentTemplate) GetMetadata() *v3.Metadata
func (*BootstrapAgentTemplate) GetSpec ¶
func (x *BootstrapAgentTemplate) GetSpec() *BootstrapAgentTemplateSpec
func (*BootstrapAgentTemplate) GetStatus ¶
func (x *BootstrapAgentTemplate) GetStatus() *BootstrapAgentTemplateStatus
func (*BootstrapAgentTemplate) ProtoMessage ¶
func (*BootstrapAgentTemplate) ProtoMessage()
func (*BootstrapAgentTemplate) ProtoReflect ¶
func (x *BootstrapAgentTemplate) ProtoReflect() protoreflect.Message
func (*BootstrapAgentTemplate) Reset ¶
func (x *BootstrapAgentTemplate) Reset()
func (*BootstrapAgentTemplate) String ¶
func (x *BootstrapAgentTemplate) String() string
type BootstrapAgentTemplateList ¶
type BootstrapAgentTemplateList struct { ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` Metadata *v3.ListMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` Items []*BootstrapAgentTemplate `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*BootstrapAgentTemplateList) Descriptor
deprecated
func (*BootstrapAgentTemplateList) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapAgentTemplateList.ProtoReflect.Descriptor instead.
func (*BootstrapAgentTemplateList) GetApiVersion ¶
func (x *BootstrapAgentTemplateList) GetApiVersion() string
func (*BootstrapAgentTemplateList) GetItems ¶
func (x *BootstrapAgentTemplateList) GetItems() []*BootstrapAgentTemplate
func (*BootstrapAgentTemplateList) GetKind ¶
func (x *BootstrapAgentTemplateList) GetKind() string
func (*BootstrapAgentTemplateList) GetMetadata ¶
func (x *BootstrapAgentTemplateList) GetMetadata() *v3.ListMetadata
func (*BootstrapAgentTemplateList) ProtoMessage ¶
func (*BootstrapAgentTemplateList) ProtoMessage()
func (*BootstrapAgentTemplateList) ProtoReflect ¶
func (x *BootstrapAgentTemplateList) ProtoReflect() protoreflect.Message
func (*BootstrapAgentTemplateList) Reset ¶
func (x *BootstrapAgentTemplateList) Reset()
func (*BootstrapAgentTemplateList) String ¶
func (x *BootstrapAgentTemplateList) String() string
type BootstrapAgentTemplateSpec ¶
type BootstrapAgentTemplateSpec struct { InfraRef string `protobuf:"bytes,1,opt,name=infraRef,proto3" json:"infraRef,omitempty"` AutoRegister bool `protobuf:"varint,2,opt,name=autoRegister,proto3" json:"autoRegister,omitempty"` IgnoreMultipleRegister bool `protobuf:"varint,3,opt,name=ignoreMultipleRegister,proto3" json:"ignoreMultipleRegister,omitempty"` AutoApprove bool `protobuf:"varint,4,opt,name=autoApprove,proto3" json:"autoApprove,omitempty"` TemplateType BootstrapAgentTemplateType `` /* 135-byte string literal not displayed */ Token string `protobuf:"bytes,6,opt,name=token,proto3" json:"token,omitempty"` Hosts []*BootstrapTemplateHost `protobuf:"bytes,7,rep,name=hosts,proto3" json:"hosts,omitempty"` InClusterTemplate string `protobuf:"bytes,8,opt,name=inClusterTemplate,proto3" json:"inClusterTemplate,omitempty"` OutOfClusterTemplate string `protobuf:"bytes,9,opt,name=outOfClusterTemplate,proto3" json:"outOfClusterTemplate,omitempty"` // contains filtered or unexported fields }
func (*BootstrapAgentTemplateSpec) Descriptor
deprecated
func (*BootstrapAgentTemplateSpec) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapAgentTemplateSpec.ProtoReflect.Descriptor instead.
func (*BootstrapAgentTemplateSpec) GetAutoApprove ¶
func (x *BootstrapAgentTemplateSpec) GetAutoApprove() bool
func (*BootstrapAgentTemplateSpec) GetAutoRegister ¶
func (x *BootstrapAgentTemplateSpec) GetAutoRegister() bool
func (*BootstrapAgentTemplateSpec) GetHosts ¶
func (x *BootstrapAgentTemplateSpec) GetHosts() []*BootstrapTemplateHost
func (*BootstrapAgentTemplateSpec) GetIgnoreMultipleRegister ¶
func (x *BootstrapAgentTemplateSpec) GetIgnoreMultipleRegister() bool
func (*BootstrapAgentTemplateSpec) GetInClusterTemplate ¶
func (x *BootstrapAgentTemplateSpec) GetInClusterTemplate() string
func (*BootstrapAgentTemplateSpec) GetInfraRef ¶
func (x *BootstrapAgentTemplateSpec) GetInfraRef() string
func (*BootstrapAgentTemplateSpec) GetOutOfClusterTemplate ¶
func (x *BootstrapAgentTemplateSpec) GetOutOfClusterTemplate() string
func (*BootstrapAgentTemplateSpec) GetTemplateType ¶
func (x *BootstrapAgentTemplateSpec) GetTemplateType() BootstrapAgentTemplateType
func (*BootstrapAgentTemplateSpec) GetToken ¶
func (x *BootstrapAgentTemplateSpec) GetToken() string
func (*BootstrapAgentTemplateSpec) ProtoMessage ¶
func (*BootstrapAgentTemplateSpec) ProtoMessage()
func (*BootstrapAgentTemplateSpec) ProtoReflect ¶
func (x *BootstrapAgentTemplateSpec) ProtoReflect() protoreflect.Message
func (*BootstrapAgentTemplateSpec) Reset ¶
func (x *BootstrapAgentTemplateSpec) Reset()
func (*BootstrapAgentTemplateSpec) String ¶
func (x *BootstrapAgentTemplateSpec) String() string
type BootstrapAgentTemplateStatus ¶
type BootstrapAgentTemplateStatus struct {
// contains filtered or unexported fields
}
func (*BootstrapAgentTemplateStatus) Descriptor
deprecated
func (*BootstrapAgentTemplateStatus) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapAgentTemplateStatus.ProtoReflect.Descriptor instead.
func (*BootstrapAgentTemplateStatus) ProtoMessage ¶
func (*BootstrapAgentTemplateStatus) ProtoMessage()
func (*BootstrapAgentTemplateStatus) ProtoReflect ¶
func (x *BootstrapAgentTemplateStatus) ProtoReflect() protoreflect.Message
func (*BootstrapAgentTemplateStatus) Reset ¶
func (x *BootstrapAgentTemplateStatus) Reset()
func (*BootstrapAgentTemplateStatus) String ¶
func (x *BootstrapAgentTemplateStatus) String() string
type BootstrapAgentTemplateType ¶
type BootstrapAgentTemplateType int32
const ( BootstrapAgentTemplateType_TemplateTypeNotSet BootstrapAgentTemplateType = 0 BootstrapAgentTemplateType_Client BootstrapAgentTemplateType = 1 BootstrapAgentTemplateType_Server BootstrapAgentTemplateType = 2 BootstrapAgentTemplateType_Mixed BootstrapAgentTemplateType = 3 )
func (BootstrapAgentTemplateType) Descriptor ¶
func (BootstrapAgentTemplateType) Descriptor() protoreflect.EnumDescriptor
func (BootstrapAgentTemplateType) Enum ¶
func (x BootstrapAgentTemplateType) Enum() *BootstrapAgentTemplateType
func (BootstrapAgentTemplateType) EnumDescriptor
deprecated
func (BootstrapAgentTemplateType) EnumDescriptor() ([]byte, []int)
Deprecated: Use BootstrapAgentTemplateType.Descriptor instead.
func (BootstrapAgentTemplateType) IsEnum ¶
func (e BootstrapAgentTemplateType) IsEnum()
implement proto enum interface
func (BootstrapAgentTemplateType) MarshalJSON ¶
func (e BootstrapAgentTemplateType) MarshalJSON() ([]byte, error)
MarshalJSON converts BootstrapAgentTemplateType to JSON
func (BootstrapAgentTemplateType) MarshalYAML ¶ added in v0.2.6
func (e BootstrapAgentTemplateType) MarshalYAML() (interface{}, error)
MarshalYAML implements the yaml.Marshaler interface
func (BootstrapAgentTemplateType) Number ¶
func (x BootstrapAgentTemplateType) Number() protoreflect.EnumNumber
func (*BootstrapAgentTemplateType) Scan ¶
func (e *BootstrapAgentTemplateType) Scan(value interface{}) error
Scan converts database string to BootstrapAgentTemplateType
func (BootstrapAgentTemplateType) String ¶
func (x BootstrapAgentTemplateType) String() string
func (BootstrapAgentTemplateType) Type ¶
func (BootstrapAgentTemplateType) Type() protoreflect.EnumType
func (*BootstrapAgentTemplateType) UnmarshalJSON ¶
func (e *BootstrapAgentTemplateType) UnmarshalJSON(b []byte) error
UnmarshalJSON converts BootstrapAgentTemplateType from JSON
func (*BootstrapAgentTemplateType) UnmarshalYAML ¶ added in v0.2.6
func (e *BootstrapAgentTemplateType) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implements the yaml.Unmarshaler interface
type BootstrapAgentType ¶
type BootstrapAgentType int32
const ( BootstrapAgentType_ParalusConnector BootstrapAgentType = 0 BootstrapAgentType_RelayAgent BootstrapAgentType = 1 BootstrapAgentType_PipelineAgent BootstrapAgentType = 2 )
func (BootstrapAgentType) Descriptor ¶
func (BootstrapAgentType) Descriptor() protoreflect.EnumDescriptor
func (BootstrapAgentType) Enum ¶
func (x BootstrapAgentType) Enum() *BootstrapAgentType
func (BootstrapAgentType) EnumDescriptor
deprecated
func (BootstrapAgentType) EnumDescriptor() ([]byte, []int)
Deprecated: Use BootstrapAgentType.Descriptor instead.
func (BootstrapAgentType) IsEnum ¶
func (e BootstrapAgentType) IsEnum()
implement proto enum interface
func (BootstrapAgentType) MarshalJSON ¶
func (e BootstrapAgentType) MarshalJSON() ([]byte, error)
MarshalJSON converts BootstrapAgentType to JSON
func (BootstrapAgentType) MarshalYAML ¶ added in v0.2.6
func (e BootstrapAgentType) MarshalYAML() (interface{}, error)
MarshalYAML implements the yaml.Marshaler interface
func (BootstrapAgentType) Number ¶
func (x BootstrapAgentType) Number() protoreflect.EnumNumber
func (*BootstrapAgentType) Scan ¶
func (e *BootstrapAgentType) Scan(value interface{}) error
Scan converts database string to BootstrapAgentType
func (BootstrapAgentType) String ¶
func (x BootstrapAgentType) String() string
func (BootstrapAgentType) Type ¶
func (BootstrapAgentType) Type() protoreflect.EnumType
func (*BootstrapAgentType) UnmarshalJSON ¶
func (e *BootstrapAgentType) UnmarshalJSON(b []byte) error
UnmarshalJSON converts BootstrapAgentType from JSON
func (*BootstrapAgentType) UnmarshalYAML ¶ added in v0.2.6
func (e *BootstrapAgentType) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implements the yaml.Unmarshaler interface
type BootstrapInfra ¶
type BootstrapInfra struct { ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` Metadata *v3.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` Spec *BootstrapInfraSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` Status *BootstrapInfraStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*BootstrapInfra) Descriptor
deprecated
func (*BootstrapInfra) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapInfra.ProtoReflect.Descriptor instead.
func (*BootstrapInfra) GetApiVersion ¶
func (x *BootstrapInfra) GetApiVersion() string
func (*BootstrapInfra) GetKind ¶
func (x *BootstrapInfra) GetKind() string
func (*BootstrapInfra) GetMetadata ¶
func (x *BootstrapInfra) GetMetadata() *v3.Metadata
func (*BootstrapInfra) GetSpec ¶
func (x *BootstrapInfra) GetSpec() *BootstrapInfraSpec
func (*BootstrapInfra) GetStatus ¶
func (x *BootstrapInfra) GetStatus() *BootstrapInfraStatus
func (*BootstrapInfra) ProtoMessage ¶
func (*BootstrapInfra) ProtoMessage()
func (*BootstrapInfra) ProtoReflect ¶
func (x *BootstrapInfra) ProtoReflect() protoreflect.Message
func (*BootstrapInfra) Reset ¶
func (x *BootstrapInfra) Reset()
func (*BootstrapInfra) String ¶
func (x *BootstrapInfra) String() string
type BootstrapInfraList ¶
type BootstrapInfraList struct { ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` Metadata *v3.ListMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` Items []*BootstrapInfra `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*BootstrapInfraList) Descriptor
deprecated
func (*BootstrapInfraList) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapInfraList.ProtoReflect.Descriptor instead.
func (*BootstrapInfraList) GetApiVersion ¶
func (x *BootstrapInfraList) GetApiVersion() string
func (*BootstrapInfraList) GetItems ¶
func (x *BootstrapInfraList) GetItems() []*BootstrapInfra
func (*BootstrapInfraList) GetKind ¶
func (x *BootstrapInfraList) GetKind() string
func (*BootstrapInfraList) GetMetadata ¶
func (x *BootstrapInfraList) GetMetadata() *v3.ListMetadata
func (*BootstrapInfraList) ProtoMessage ¶
func (*BootstrapInfraList) ProtoMessage()
func (*BootstrapInfraList) ProtoReflect ¶
func (x *BootstrapInfraList) ProtoReflect() protoreflect.Message
func (*BootstrapInfraList) Reset ¶
func (x *BootstrapInfraList) Reset()
func (*BootstrapInfraList) String ¶
func (x *BootstrapInfraList) String() string
type BootstrapInfraSpec ¶
type BootstrapInfraSpec struct { CaCert string `protobuf:"bytes,1,opt,name=caCert,proto3" json:"caCert,omitempty"` CaKey string `protobuf:"bytes,2,opt,name=caKey,proto3" json:"caKey,omitempty"` CaKeyPass string `protobuf:"bytes,3,opt,name=caKeyPass,proto3" json:"caKeyPass,omitempty"` // contains filtered or unexported fields }
func (*BootstrapInfraSpec) Descriptor
deprecated
func (*BootstrapInfraSpec) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapInfraSpec.ProtoReflect.Descriptor instead.
func (*BootstrapInfraSpec) GetCaCert ¶
func (x *BootstrapInfraSpec) GetCaCert() string
func (*BootstrapInfraSpec) GetCaKey ¶
func (x *BootstrapInfraSpec) GetCaKey() string
func (*BootstrapInfraSpec) GetCaKeyPass ¶
func (x *BootstrapInfraSpec) GetCaKeyPass() string
func (*BootstrapInfraSpec) ProtoMessage ¶
func (*BootstrapInfraSpec) ProtoMessage()
func (*BootstrapInfraSpec) ProtoReflect ¶
func (x *BootstrapInfraSpec) ProtoReflect() protoreflect.Message
func (*BootstrapInfraSpec) Reset ¶
func (x *BootstrapInfraSpec) Reset()
func (*BootstrapInfraSpec) String ¶
func (x *BootstrapInfraSpec) String() string
type BootstrapInfraStatus ¶
type BootstrapInfraStatus struct {
// contains filtered or unexported fields
}
func (*BootstrapInfraStatus) Descriptor
deprecated
func (*BootstrapInfraStatus) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapInfraStatus.ProtoReflect.Descriptor instead.
func (*BootstrapInfraStatus) ProtoMessage ¶
func (*BootstrapInfraStatus) ProtoMessage()
func (*BootstrapInfraStatus) ProtoReflect ¶
func (x *BootstrapInfraStatus) ProtoReflect() protoreflect.Message
func (*BootstrapInfraStatus) Reset ¶
func (x *BootstrapInfraStatus) Reset()
func (*BootstrapInfraStatus) String ¶
func (x *BootstrapInfraStatus) String() string
type BootstrapInfraType ¶
type BootstrapInfraType int32
const (
BootstrapInfraType_ClusterBootstrapInfra BootstrapInfraType = 0
)
func (BootstrapInfraType) Descriptor ¶
func (BootstrapInfraType) Descriptor() protoreflect.EnumDescriptor
func (BootstrapInfraType) Enum ¶
func (x BootstrapInfraType) Enum() *BootstrapInfraType
func (BootstrapInfraType) EnumDescriptor
deprecated
func (BootstrapInfraType) EnumDescriptor() ([]byte, []int)
Deprecated: Use BootstrapInfraType.Descriptor instead.
func (BootstrapInfraType) IsEnum ¶
func (e BootstrapInfraType) IsEnum()
implement proto enum interface
func (BootstrapInfraType) MarshalJSON ¶
func (e BootstrapInfraType) MarshalJSON() ([]byte, error)
MarshalJSON converts BootstrapInfraType to JSON
func (BootstrapInfraType) MarshalYAML ¶ added in v0.2.6
func (e BootstrapInfraType) MarshalYAML() (interface{}, error)
MarshalYAML implements the yaml.Marshaler interface
func (BootstrapInfraType) Number ¶
func (x BootstrapInfraType) Number() protoreflect.EnumNumber
func (*BootstrapInfraType) Scan ¶
func (e *BootstrapInfraType) Scan(value interface{}) error
Scan converts database string to BootstrapInfraType
func (BootstrapInfraType) String ¶
func (x BootstrapInfraType) String() string
func (BootstrapInfraType) Type ¶
func (BootstrapInfraType) Type() protoreflect.EnumType
func (*BootstrapInfraType) UnmarshalJSON ¶
func (e *BootstrapInfraType) UnmarshalJSON(b []byte) error
UnmarshalJSON converts BootstrapInfraType from JSON
func (*BootstrapInfraType) UnmarshalYAML ¶ added in v0.2.6
func (e *BootstrapInfraType) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implements the yaml.Unmarshaler interface
type BootstrapTemplateHost ¶
type BootstrapTemplateHost struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` Type BootstrapTemplateHostType `protobuf:"varint,2,opt,name=type,proto3,enum=paralus.dev.types.sentry.BootstrapTemplateHostType" json:"type,omitempty"` // contains filtered or unexported fields }
func (*BootstrapTemplateHost) Descriptor
deprecated
func (*BootstrapTemplateHost) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapTemplateHost.ProtoReflect.Descriptor instead.
func (*BootstrapTemplateHost) GetHost ¶
func (x *BootstrapTemplateHost) GetHost() string
func (*BootstrapTemplateHost) GetType ¶
func (x *BootstrapTemplateHost) GetType() BootstrapTemplateHostType
func (*BootstrapTemplateHost) ProtoMessage ¶
func (*BootstrapTemplateHost) ProtoMessage()
func (*BootstrapTemplateHost) ProtoReflect ¶
func (x *BootstrapTemplateHost) ProtoReflect() protoreflect.Message
func (*BootstrapTemplateHost) Reset ¶
func (x *BootstrapTemplateHost) Reset()
func (*BootstrapTemplateHost) String ¶
func (x *BootstrapTemplateHost) String() string
type BootstrapTemplateHostType ¶
type BootstrapTemplateHostType int32
const ( BootstrapTemplateHostType_HostTypeNotSet BootstrapTemplateHostType = 0 BootstrapTemplateHostType_HostTypeInternal BootstrapTemplateHostType = 1 BootstrapTemplateHostType_HostTypeExternal BootstrapTemplateHostType = 2 )
func (BootstrapTemplateHostType) Descriptor ¶
func (BootstrapTemplateHostType) Descriptor() protoreflect.EnumDescriptor
func (BootstrapTemplateHostType) Enum ¶
func (x BootstrapTemplateHostType) Enum() *BootstrapTemplateHostType
func (BootstrapTemplateHostType) EnumDescriptor
deprecated
func (BootstrapTemplateHostType) EnumDescriptor() ([]byte, []int)
Deprecated: Use BootstrapTemplateHostType.Descriptor instead.
func (BootstrapTemplateHostType) IsEnum ¶
func (e BootstrapTemplateHostType) IsEnum()
implement proto enum interface
func (BootstrapTemplateHostType) MarshalJSON ¶
func (e BootstrapTemplateHostType) MarshalJSON() ([]byte, error)
MarshalJSON converts BootstrapTemplateHostType to JSON
func (BootstrapTemplateHostType) MarshalYAML ¶ added in v0.2.6
func (e BootstrapTemplateHostType) MarshalYAML() (interface{}, error)
MarshalYAML implements the yaml.Marshaler interface
func (BootstrapTemplateHostType) Number ¶
func (x BootstrapTemplateHostType) Number() protoreflect.EnumNumber
func (*BootstrapTemplateHostType) Scan ¶
func (e *BootstrapTemplateHostType) Scan(value interface{}) error
Scan converts database string to BootstrapTemplateHostType
func (BootstrapTemplateHostType) String ¶
func (x BootstrapTemplateHostType) String() string
func (BootstrapTemplateHostType) Type ¶
func (BootstrapTemplateHostType) Type() protoreflect.EnumType
func (*BootstrapTemplateHostType) UnmarshalJSON ¶
func (e *BootstrapTemplateHostType) UnmarshalJSON(b []byte) error
UnmarshalJSON converts BootstrapTemplateHostType from JSON
func (*BootstrapTemplateHostType) UnmarshalYAML ¶ added in v0.2.6
func (e *BootstrapTemplateHostType) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implements the yaml.Unmarshaler interface
type GroupPermission ¶
type GroupPermission struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` ProjectID string `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty"` OrganizationID string `protobuf:"bytes,3,opt,name=organizationID,proto3" json:"organizationID,omitempty"` PartnerID string `protobuf:"bytes,4,opt,name=partnerID,proto3" json:"partnerID,omitempty"` GroupName string `protobuf:"bytes,5,opt,name=groupName,proto3" json:"groupName,omitempty"` RoleName string `protobuf:"bytes,6,opt,name=roleName,proto3" json:"roleName,omitempty"` IsGlobal bool `protobuf:"varint,7,opt,name=isGlobal,proto3" json:"isGlobal,omitempty"` Scope string `protobuf:"bytes,8,opt,name=scope,proto3" json:"scope,omitempty"` PermissionName string `protobuf:"bytes,9,opt,name=permissionName,proto3" json:"permissionName,omitempty"` BaseURL string `protobuf:"bytes,10,opt,name=baseURL,proto3" json:"baseURL,omitempty"` Urls []*PermissionURL `protobuf:"bytes,11,rep,name=urls,proto3" json:"urls,omitempty"` ProjectName string `protobuf:"bytes,12,opt,name=projectName,proto3" json:"projectName,omitempty"` // contains filtered or unexported fields }
func (*GroupPermission) Descriptor
deprecated
func (*GroupPermission) Descriptor() ([]byte, []int)
Deprecated: Use GroupPermission.ProtoReflect.Descriptor instead.
func (*GroupPermission) GetBaseURL ¶
func (x *GroupPermission) GetBaseURL() string
func (*GroupPermission) GetGroupID ¶
func (x *GroupPermission) GetGroupID() string
func (*GroupPermission) GetGroupName ¶
func (x *GroupPermission) GetGroupName() string
func (*GroupPermission) GetIsGlobal ¶
func (x *GroupPermission) GetIsGlobal() bool
func (*GroupPermission) GetOrganizationID ¶
func (x *GroupPermission) GetOrganizationID() string
func (*GroupPermission) GetPartnerID ¶
func (x *GroupPermission) GetPartnerID() string
func (*GroupPermission) GetPermissionName ¶
func (x *GroupPermission) GetPermissionName() string
func (*GroupPermission) GetProjectID ¶
func (x *GroupPermission) GetProjectID() string
func (*GroupPermission) GetProjectName ¶
func (x *GroupPermission) GetProjectName() string
func (*GroupPermission) GetRoleName ¶
func (x *GroupPermission) GetRoleName() string
func (*GroupPermission) GetScope ¶
func (x *GroupPermission) GetScope() string
func (*GroupPermission) GetUrls ¶
func (x *GroupPermission) GetUrls() []*PermissionURL
func (*GroupPermission) ProtoMessage ¶
func (*GroupPermission) ProtoMessage()
func (*GroupPermission) ProtoReflect ¶
func (x *GroupPermission) ProtoReflect() protoreflect.Message
func (*GroupPermission) Reset ¶
func (x *GroupPermission) Reset()
func (*GroupPermission) String ¶
func (x *GroupPermission) String() string
type Kind ¶
type Kind = string
Kind is kind of resource
const (
PartnerKind Kind = "Partner"
)
available config kinds
type KubeconfigRevocation ¶
type KubeconfigRevocation struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` OrganizationID string `protobuf:"bytes,2,opt,name=organizationID,proto3" json:"organizationID,omitempty"` PartnerID string `protobuf:"bytes,3,opt,name=partnerID,proto3" json:"partnerID,omitempty"` AccountID string `protobuf:"bytes,4,opt,name=accountID,proto3" json:"accountID,omitempty"` IsSSOUser bool `protobuf:"varint,5,opt,name=isSSOUser,proto3" json:"isSSOUser,omitempty"` RevokedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=revokedAt,proto3" json:"revokedAt,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"` // contains filtered or unexported fields }
func (*KubeconfigRevocation) Descriptor
deprecated
func (*KubeconfigRevocation) Descriptor() ([]byte, []int)
Deprecated: Use KubeconfigRevocation.ProtoReflect.Descriptor instead.
func (*KubeconfigRevocation) GetAccountID ¶
func (x *KubeconfigRevocation) GetAccountID() string
func (*KubeconfigRevocation) GetCreatedAt ¶
func (x *KubeconfigRevocation) GetCreatedAt() *timestamppb.Timestamp
func (*KubeconfigRevocation) GetId ¶
func (x *KubeconfigRevocation) GetId() string
func (*KubeconfigRevocation) GetIsSSOUser ¶
func (x *KubeconfigRevocation) GetIsSSOUser() bool
func (*KubeconfigRevocation) GetOrganizationID ¶
func (x *KubeconfigRevocation) GetOrganizationID() string
func (*KubeconfigRevocation) GetPartnerID ¶
func (x *KubeconfigRevocation) GetPartnerID() string
func (*KubeconfigRevocation) GetRevokedAt ¶
func (x *KubeconfigRevocation) GetRevokedAt() *timestamppb.Timestamp
func (*KubeconfigRevocation) ProtoMessage ¶
func (*KubeconfigRevocation) ProtoMessage()
func (*KubeconfigRevocation) ProtoReflect ¶
func (x *KubeconfigRevocation) ProtoReflect() protoreflect.Message
func (*KubeconfigRevocation) Reset ¶
func (x *KubeconfigRevocation) Reset()
func (*KubeconfigRevocation) String ¶
func (x *KubeconfigRevocation) String() string
type KubeconfigSetting ¶
type KubeconfigSetting struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` OrganizationID string `protobuf:"bytes,2,opt,name=organizationID,proto3" json:"organizationID,omitempty"` PartnerID string `protobuf:"bytes,3,opt,name=partnerID,proto3" json:"partnerID,omitempty"` AccountID string `protobuf:"bytes,4,opt,name=accountID,proto3" json:"accountID,omitempty"` Scope string `protobuf:"bytes,5,opt,name=scope,proto3" json:"scope,omitempty"` ValiditySeconds int64 `protobuf:"zigzag64,6,opt,name=validitySeconds,proto3" json:"validitySeconds,omitempty"` SaValiditySeconds int64 `protobuf:"zigzag64,7,opt,name=saValiditySeconds,proto3" json:"saValiditySeconds,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=createdAt,proto3" json:"createdAt,omitempty"` ModifiedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=modifiedAt,proto3" json:"modifiedAt,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"` EnableSessionCheck bool `protobuf:"varint,11,opt,name=enableSessionCheck,proto3" json:"enableSessionCheck,omitempty"` IsSSOUser bool `protobuf:"varint,12,opt,name=isSSOUser,proto3" json:"isSSOUser,omitempty"` EnablePrivateRelay bool `protobuf:"varint,13,opt,name=enablePrivateRelay,proto3" json:"enablePrivateRelay,omitempty"` EnforceOrgAdminSecretAccess bool `protobuf:"varint,14,opt,name=enforceOrgAdminSecretAccess,proto3" json:"enforceOrgAdminSecretAccess,omitempty"` DisableWebKubectl bool `protobuf:"varint,15,opt,name=disableWebKubectl,proto3" json:"disableWebKubectl,omitempty"` DisableCLIKubectl bool `protobuf:"varint,16,opt,name=disableCLIKubectl,proto3" json:"disableCLIKubectl,omitempty"` // contains filtered or unexported fields }
func (*KubeconfigSetting) Descriptor
deprecated
func (*KubeconfigSetting) Descriptor() ([]byte, []int)
Deprecated: Use KubeconfigSetting.ProtoReflect.Descriptor instead.
func (*KubeconfigSetting) GetAccountID ¶
func (x *KubeconfigSetting) GetAccountID() string
func (*KubeconfigSetting) GetCreatedAt ¶
func (x *KubeconfigSetting) GetCreatedAt() *timestamppb.Timestamp
func (*KubeconfigSetting) GetDeletedAt ¶
func (x *KubeconfigSetting) GetDeletedAt() *timestamppb.Timestamp
func (*KubeconfigSetting) GetDisableCLIKubectl ¶
func (x *KubeconfigSetting) GetDisableCLIKubectl() bool
func (*KubeconfigSetting) GetDisableWebKubectl ¶
func (x *KubeconfigSetting) GetDisableWebKubectl() bool
func (*KubeconfigSetting) GetEnablePrivateRelay ¶
func (x *KubeconfigSetting) GetEnablePrivateRelay() bool
func (*KubeconfigSetting) GetEnableSessionCheck ¶
func (x *KubeconfigSetting) GetEnableSessionCheck() bool
func (*KubeconfigSetting) GetEnforceOrgAdminSecretAccess ¶
func (x *KubeconfigSetting) GetEnforceOrgAdminSecretAccess() bool
func (*KubeconfigSetting) GetId ¶
func (x *KubeconfigSetting) GetId() string
func (*KubeconfigSetting) GetIsSSOUser ¶
func (x *KubeconfigSetting) GetIsSSOUser() bool
func (*KubeconfigSetting) GetModifiedAt ¶
func (x *KubeconfigSetting) GetModifiedAt() *timestamppb.Timestamp
func (*KubeconfigSetting) GetOrganizationID ¶
func (x *KubeconfigSetting) GetOrganizationID() string
func (*KubeconfigSetting) GetPartnerID ¶
func (x *KubeconfigSetting) GetPartnerID() string
func (*KubeconfigSetting) GetSaValiditySeconds ¶ added in v0.2.1
func (x *KubeconfigSetting) GetSaValiditySeconds() int64
func (*KubeconfigSetting) GetScope ¶
func (x *KubeconfigSetting) GetScope() string
func (*KubeconfigSetting) GetValiditySeconds ¶
func (x *KubeconfigSetting) GetValiditySeconds() int64
func (*KubeconfigSetting) ProtoMessage ¶
func (*KubeconfigSetting) ProtoMessage()
func (*KubeconfigSetting) ProtoReflect ¶
func (x *KubeconfigSetting) ProtoReflect() protoreflect.Message
func (*KubeconfigSetting) Reset ¶
func (x *KubeconfigSetting) Reset()
func (*KubeconfigSetting) String ¶
func (x *KubeconfigSetting) String() string
type KubectlClusterSettings ¶
type KubectlClusterSettings struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` OrganizationID string `protobuf:"bytes,2,opt,name=organizationID,proto3" json:"organizationID,omitempty"` PartnerID string `protobuf:"bytes,3,opt,name=partnerID,proto3" json:"partnerID,omitempty"` DisableWebKubectl bool `protobuf:"varint,4,opt,name=disableWebKubectl,proto3" json:"disableWebKubectl,omitempty"` DisableCLIKubectl bool `protobuf:"varint,5,opt,name=disableCLIKubectl,proto3" json:"disableCLIKubectl,omitempty"` ModifiedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=modifiedAt,proto3" json:"modifiedAt,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"` // contains filtered or unexported fields }
func (*KubectlClusterSettings) Descriptor
deprecated
func (*KubectlClusterSettings) Descriptor() ([]byte, []int)
Deprecated: Use KubectlClusterSettings.ProtoReflect.Descriptor instead.
func (*KubectlClusterSettings) GetCreatedAt ¶
func (x *KubectlClusterSettings) GetCreatedAt() *timestamppb.Timestamp
func (*KubectlClusterSettings) GetDeletedAt ¶
func (x *KubectlClusterSettings) GetDeletedAt() *timestamppb.Timestamp
func (*KubectlClusterSettings) GetDisableCLIKubectl ¶
func (x *KubectlClusterSettings) GetDisableCLIKubectl() bool
func (*KubectlClusterSettings) GetDisableWebKubectl ¶
func (x *KubectlClusterSettings) GetDisableWebKubectl() bool
func (*KubectlClusterSettings) GetModifiedAt ¶
func (x *KubectlClusterSettings) GetModifiedAt() *timestamppb.Timestamp
func (*KubectlClusterSettings) GetName ¶
func (x *KubectlClusterSettings) GetName() string
func (*KubectlClusterSettings) GetOrganizationID ¶
func (x *KubectlClusterSettings) GetOrganizationID() string
func (*KubectlClusterSettings) GetPartnerID ¶
func (x *KubectlClusterSettings) GetPartnerID() string
func (*KubectlClusterSettings) ProtoMessage ¶
func (*KubectlClusterSettings) ProtoMessage()
func (*KubectlClusterSettings) ProtoReflect ¶
func (x *KubectlClusterSettings) ProtoReflect() protoreflect.Message
func (*KubectlClusterSettings) Reset ¶
func (x *KubectlClusterSettings) Reset()
func (*KubectlClusterSettings) String ¶
func (x *KubectlClusterSettings) String() string
type PermissionURL ¶
type PermissionURL struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Methods []string `protobuf:"bytes,2,rep,name=methods,proto3" json:"methods,omitempty"` // contains filtered or unexported fields }
func (*PermissionURL) Descriptor
deprecated
func (*PermissionURL) Descriptor() ([]byte, []int)
Deprecated: Use PermissionURL.ProtoReflect.Descriptor instead.
func (*PermissionURL) GetMethods ¶
func (x *PermissionURL) GetMethods() []string
func (*PermissionURL) GetUrl ¶
func (x *PermissionURL) GetUrl() string
func (*PermissionURL) ProtoMessage ¶
func (*PermissionURL) ProtoMessage()
func (*PermissionURL) ProtoReflect ¶
func (x *PermissionURL) ProtoReflect() protoreflect.Message
func (*PermissionURL) Reset ¶
func (x *PermissionURL) Reset()
func (*PermissionURL) String ¶
func (x *PermissionURL) String() string
type SSOAccountGroupProjectRoleData ¶
type SSOAccountGroupProjectRoleData struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` UserName string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName,omitempty"` RoleName string `protobuf:"bytes,3,opt,name=roleName,proto3" json:"roleName,omitempty"` ProjectID string `protobuf:"bytes,4,opt,name=projectID,proto3" json:"projectID,omitempty"` ProjectName string `protobuf:"bytes,5,opt,name=projectName,proto3" json:"projectName,omitempty"` Group string `protobuf:"bytes,6,opt,name=group,proto3" json:"group,omitempty"` AccountOrganizationID string `protobuf:"bytes,7,opt,name=accountOrganizationID,proto3" json:"accountOrganizationID,omitempty"` OrganizationID string `protobuf:"bytes,8,opt,name=organizationID,proto3" json:"organizationID,omitempty"` PartnerID string `protobuf:"bytes,9,opt,name=partnerID,proto3" json:"partnerID,omitempty"` Scope string `protobuf:"bytes,10,opt,name=scope,proto3" json:"scope,omitempty"` LastLogin *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=lastLogin,proto3" json:"lastLogin,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=createdAt,proto3" json:"createdAt,omitempty"` FirstName string `protobuf:"bytes,13,opt,name=firstName,proto3" json:"firstName,omitempty"` LastName string `protobuf:"bytes,14,opt,name=lastName,proto3" json:"lastName,omitempty"` Phone string `protobuf:"bytes,15,opt,name=phone,proto3" json:"phone,omitempty"` Name string `protobuf:"bytes,16,opt,name=name,proto3" json:"name,omitempty"` LastLogout *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=lastLogout,proto3" json:"lastLogout,omitempty"` // contains filtered or unexported fields }
func (*SSOAccountGroupProjectRoleData) Descriptor
deprecated
func (*SSOAccountGroupProjectRoleData) Descriptor() ([]byte, []int)
Deprecated: Use SSOAccountGroupProjectRoleData.ProtoReflect.Descriptor instead.
func (*SSOAccountGroupProjectRoleData) GetAccountOrganizationID ¶
func (x *SSOAccountGroupProjectRoleData) GetAccountOrganizationID() string
func (*SSOAccountGroupProjectRoleData) GetCreatedAt ¶
func (x *SSOAccountGroupProjectRoleData) GetCreatedAt() *timestamppb.Timestamp
func (*SSOAccountGroupProjectRoleData) GetFirstName ¶
func (x *SSOAccountGroupProjectRoleData) GetFirstName() string
func (*SSOAccountGroupProjectRoleData) GetGroup ¶
func (x *SSOAccountGroupProjectRoleData) GetGroup() string
func (*SSOAccountGroupProjectRoleData) GetId ¶
func (x *SSOAccountGroupProjectRoleData) GetId() string
func (*SSOAccountGroupProjectRoleData) GetLastLogin ¶
func (x *SSOAccountGroupProjectRoleData) GetLastLogin() *timestamppb.Timestamp
func (*SSOAccountGroupProjectRoleData) GetLastLogout ¶
func (x *SSOAccountGroupProjectRoleData) GetLastLogout() *timestamppb.Timestamp
func (*SSOAccountGroupProjectRoleData) GetLastName ¶
func (x *SSOAccountGroupProjectRoleData) GetLastName() string
func (*SSOAccountGroupProjectRoleData) GetName ¶
func (x *SSOAccountGroupProjectRoleData) GetName() string
func (*SSOAccountGroupProjectRoleData) GetOrganizationID ¶
func (x *SSOAccountGroupProjectRoleData) GetOrganizationID() string
func (*SSOAccountGroupProjectRoleData) GetPartnerID ¶
func (x *SSOAccountGroupProjectRoleData) GetPartnerID() string
func (*SSOAccountGroupProjectRoleData) GetPhone ¶
func (x *SSOAccountGroupProjectRoleData) GetPhone() string
func (*SSOAccountGroupProjectRoleData) GetProjectID ¶
func (x *SSOAccountGroupProjectRoleData) GetProjectID() string
func (*SSOAccountGroupProjectRoleData) GetProjectName ¶
func (x *SSOAccountGroupProjectRoleData) GetProjectName() string
func (*SSOAccountGroupProjectRoleData) GetRoleName ¶
func (x *SSOAccountGroupProjectRoleData) GetRoleName() string
func (*SSOAccountGroupProjectRoleData) GetScope ¶
func (x *SSOAccountGroupProjectRoleData) GetScope() string
func (*SSOAccountGroupProjectRoleData) GetUserName ¶
func (x *SSOAccountGroupProjectRoleData) GetUserName() string
func (*SSOAccountGroupProjectRoleData) ProtoMessage ¶
func (*SSOAccountGroupProjectRoleData) ProtoMessage()
func (*SSOAccountGroupProjectRoleData) ProtoReflect ¶
func (x *SSOAccountGroupProjectRoleData) ProtoReflect() protoreflect.Message
func (*SSOAccountGroupProjectRoleData) Reset ¶
func (x *SSOAccountGroupProjectRoleData) Reset()
func (*SSOAccountGroupProjectRoleData) String ¶
func (x *SSOAccountGroupProjectRoleData) String() string
Source Files
¶
- account_permission.pb.go
- bootstrapagentmode.enum.go
- bootstrapagentstate.enum.go
- bootstrapagenttemplatetype.enum.go
- bootstrapagenttype.enum.go
- bootstrapinfratype.enum.go
- bootstraptemplatehosttype.enum.go
- constants.go
- group_permission.pb.go
- kubeconfig_setting.pb.go
- kubectl_cluster_setting.pb.go
- sentry.pb.go