sentry

package
v0.2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

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

View Source
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

View Source
const (
	KubeconfigSettingOrganizationScope = "ORGANIZATION"
	KubeconfigSettingUserScope         = "USER"
)

kubeconfig setting scope

View Source
const (
	ConfigV2Group = "config.paralus.dev/v2"
)

paralus specific annotations/labels keys

Variables

View Source
var (
	BootstrapInfraType_name = map[int32]string{
		0: "ClusterBootstrapInfra",
	}
	BootstrapInfraType_value = map[string]int32{
		"ClusterBootstrapInfra": 0,
	}
)

Enum value maps for BootstrapInfraType.

View Source
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.

View Source
var (
	BootstrapAgentMode_name = map[int32]string{
		0: "InCluster",
		1: "OutOfCluster",
	}
	BootstrapAgentMode_value = map[string]int32{
		"InCluster":    0,
		"OutOfCluster": 1,
	}
)

Enum value maps for BootstrapAgentMode.

View Source
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.

View Source
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.

View Source
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.

View Source
var File_proto_types_sentry_account_permission_proto protoreflect.FileDescriptor
View Source
var File_proto_types_sentry_group_permission_proto protoreflect.FileDescriptor
View Source
var File_proto_types_sentry_kubeconfig_setting_proto protoreflect.FileDescriptor
View Source
var File_proto_types_sentry_kubectl_cluster_setting_proto protoreflect.FileDescriptor
View Source
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

func GetKubeConfigPermissionIsRead(permission string) bool

GetKubeConfigPermissionIsRead is read permission

func GetKubeConfigPermissionPrivilege added in v0.2.4

func GetKubeConfigPermissionPrivilege(permission string) int

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) Enum

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 (*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) 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

func (BootstrapAgentMode) Value

func (e BootstrapAgentMode) Value() (driver.Value, error)

Value converts BootstrapAgentMode into database string

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) Enum

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 (*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) 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

func (BootstrapAgentState) Value

func (e BootstrapAgentState) Value() (driver.Value, error)

Value converts BootstrapAgentState into database string

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 (*BootstrapAgentTemplate) GetStatus

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 (*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 (*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 (*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 (*BootstrapAgentTemplateSpec) GetToken

func (x *BootstrapAgentTemplateSpec) GetToken() string

func (*BootstrapAgentTemplateSpec) ProtoMessage

func (*BootstrapAgentTemplateSpec) ProtoMessage()

func (*BootstrapAgentTemplateSpec) ProtoReflect

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 (*BootstrapAgentTemplateStatus) Reset

func (x *BootstrapAgentTemplateStatus) Reset()

func (*BootstrapAgentTemplateStatus) 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) Enum

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 (*BootstrapAgentTemplateType) Scan

func (e *BootstrapAgentTemplateType) Scan(value interface{}) error

Scan converts database string to BootstrapAgentTemplateType

func (BootstrapAgentTemplateType) String

func (BootstrapAgentTemplateType) Type

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

func (BootstrapAgentTemplateType) Value

Value converts BootstrapAgentTemplateType into database string

type BootstrapAgentType

type BootstrapAgentType int32
const (
	BootstrapAgentType_ParalusConnector BootstrapAgentType = 0
	BootstrapAgentType_RelayAgent       BootstrapAgentType = 1
	BootstrapAgentType_PipelineAgent    BootstrapAgentType = 2
)

func (BootstrapAgentType) Descriptor

func (BootstrapAgentType) Enum

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 (*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) 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

func (BootstrapAgentType) Value

func (e BootstrapAgentType) Value() (driver.Value, error)

Value converts BootstrapAgentType into database string

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) Enum

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 (*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) 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

func (BootstrapInfraType) Value

func (e BootstrapInfraType) Value() (driver.Value, error)

Value converts BootstrapInfraType into database string

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 (*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) Enum

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 (*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) 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

func (BootstrapTemplateHostType) Value

Value converts BootstrapTemplateHostType into database string

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 (*SSOAccountGroupProjectRoleData) GetFirstName

func (x *SSOAccountGroupProjectRoleData) GetFirstName() string

func (*SSOAccountGroupProjectRoleData) GetGroup

func (x *SSOAccountGroupProjectRoleData) GetGroup() string

func (*SSOAccountGroupProjectRoleData) GetId

func (*SSOAccountGroupProjectRoleData) GetLastLogin

func (*SSOAccountGroupProjectRoleData) GetLastLogout

func (*SSOAccountGroupProjectRoleData) GetLastName

func (x *SSOAccountGroupProjectRoleData) GetLastName() string

func (*SSOAccountGroupProjectRoleData) GetName

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 (*SSOAccountGroupProjectRoleData) Reset

func (x *SSOAccountGroupProjectRoleData) Reset()

func (*SSOAccountGroupProjectRoleData) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL