systemv3

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: 8 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_types_systempb_v3_idp_proto protoreflect.FileDescriptor
View Source
var File_proto_types_systempb_v3_oidc_provider_proto protoreflect.FileDescriptor
View Source
var File_proto_types_systempb_v3_organization_proto protoreflect.FileDescriptor
View Source
var File_proto_types_systempb_v3_partner_proto protoreflect.FileDescriptor
View Source
var File_proto_types_systempb_v3_project_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Idp

type Idp 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       *IdpSpec     `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	Status     *v3.Status   `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Idp) Descriptor deprecated

func (*Idp) Descriptor() ([]byte, []int)

Deprecated: Use Idp.ProtoReflect.Descriptor instead.

func (*Idp) GetApiVersion

func (x *Idp) GetApiVersion() string

func (*Idp) GetKind

func (x *Idp) GetKind() string

func (*Idp) GetMetadata

func (x *Idp) GetMetadata() *v3.Metadata

func (*Idp) GetSpec

func (x *Idp) GetSpec() *IdpSpec

func (*Idp) GetStatus

func (x *Idp) GetStatus() *v3.Status

func (*Idp) ProtoMessage

func (*Idp) ProtoMessage()

func (*Idp) ProtoReflect

func (x *Idp) ProtoReflect() protoreflect.Message

func (*Idp) Reset

func (x *Idp) Reset()

func (*Idp) String

func (x *Idp) String() string

type IdpList

type IdpList 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      []*Idp           `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*IdpList) Descriptor deprecated

func (*IdpList) Descriptor() ([]byte, []int)

Deprecated: Use IdpList.ProtoReflect.Descriptor instead.

func (*IdpList) GetApiVersion

func (x *IdpList) GetApiVersion() string

func (*IdpList) GetItems

func (x *IdpList) GetItems() []*Idp

func (*IdpList) GetKind

func (x *IdpList) GetKind() string

func (*IdpList) GetMetadata

func (x *IdpList) GetMetadata() *v3.ListMetadata

func (*IdpList) ProtoMessage

func (*IdpList) ProtoMessage()

func (*IdpList) ProtoReflect

func (x *IdpList) ProtoReflect() protoreflect.Message

func (*IdpList) Reset

func (x *IdpList) Reset()

func (*IdpList) String

func (x *IdpList) String() string

type IdpSpec

type IdpSpec struct {
	IdpName            string `protobuf:"bytes,1,opt,name=idpName,proto3" json:"idpName,omitempty"`
	Domain             string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	AcsUrl             string `protobuf:"bytes,3,opt,name=acsUrl,proto3" json:"acsUrl,omitempty"`
	SsoUrl             string `protobuf:"bytes,4,opt,name=ssoUrl,proto3" json:"ssoUrl,omitempty"`
	IdpCert            string `protobuf:"bytes,5,opt,name=idpCert,proto3" json:"idpCert,omitempty"`
	SpCert             string `protobuf:"bytes,6,opt,name=spCert,proto3" json:"spCert,omitempty"`
	MetadataUrl        string `protobuf:"bytes,7,opt,name=metadataUrl,proto3" json:"metadataUrl,omitempty"`
	MetadataFilename   string `protobuf:"bytes,8,opt,name=metadataFilename,proto3" json:"metadataFilename,omitempty"`
	SaeEnabled         bool   `protobuf:"varint,9,opt,name=saeEnabled,proto3" json:"saeEnabled,omitempty"`
	GroupAttributeName string `protobuf:"bytes,10,opt,name=groupAttributeName,proto3" json:"groupAttributeName,omitempty"`
	NameIdFormat       string `protobuf:"bytes,11,opt,name=nameIdFormat,proto3" json:"nameIdFormat,omitempty"`
	ConsumerBinding    string `protobuf:"bytes,12,opt,name=consumerBinding,proto3" json:"consumerBinding,omitempty"`
	SpEntityId         string `protobuf:"bytes,13,opt,name=spEntityId,proto3" json:"spEntityId,omitempty"`
	// contains filtered or unexported fields
}

func (*IdpSpec) Descriptor deprecated

func (*IdpSpec) Descriptor() ([]byte, []int)

Deprecated: Use IdpSpec.ProtoReflect.Descriptor instead.

func (*IdpSpec) GetAcsUrl

func (x *IdpSpec) GetAcsUrl() string

func (*IdpSpec) GetConsumerBinding

func (x *IdpSpec) GetConsumerBinding() string

func (*IdpSpec) GetDomain

func (x *IdpSpec) GetDomain() string

func (*IdpSpec) GetGroupAttributeName

func (x *IdpSpec) GetGroupAttributeName() string

func (*IdpSpec) GetIdpCert

func (x *IdpSpec) GetIdpCert() string

func (*IdpSpec) GetIdpName

func (x *IdpSpec) GetIdpName() string

func (*IdpSpec) GetMetadataFilename

func (x *IdpSpec) GetMetadataFilename() string

func (*IdpSpec) GetMetadataUrl

func (x *IdpSpec) GetMetadataUrl() string

func (*IdpSpec) GetNameIdFormat

func (x *IdpSpec) GetNameIdFormat() string

func (*IdpSpec) GetSaeEnabled

func (x *IdpSpec) GetSaeEnabled() bool

func (*IdpSpec) GetSpCert

func (x *IdpSpec) GetSpCert() string

func (*IdpSpec) GetSpEntityId

func (x *IdpSpec) GetSpEntityId() string

func (*IdpSpec) GetSsoUrl

func (x *IdpSpec) GetSsoUrl() string

func (*IdpSpec) ProtoMessage

func (*IdpSpec) ProtoMessage()

func (*IdpSpec) ProtoReflect

func (x *IdpSpec) ProtoReflect() protoreflect.Message

func (*IdpSpec) Reset

func (x *IdpSpec) Reset()

func (*IdpSpec) String

func (x *IdpSpec) String() string

type Lockout

type Lockout struct {
	Enabled   bool  `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	PeriodMin int32 `protobuf:"varint,2,opt,name=period_min,json=periodMin,proto3" json:"period_min,omitempty"`
	Attempts  int32 `protobuf:"varint,3,opt,name=attempts,proto3" json:"attempts,omitempty"`
	// contains filtered or unexported fields
}

func (*Lockout) Descriptor deprecated

func (*Lockout) Descriptor() ([]byte, []int)

Deprecated: Use Lockout.ProtoReflect.Descriptor instead.

func (*Lockout) GetAttempts

func (x *Lockout) GetAttempts() int32

func (*Lockout) GetEnabled

func (x *Lockout) GetEnabled() bool

func (*Lockout) GetPeriodMin

func (x *Lockout) GetPeriodMin() int32

func (*Lockout) ProtoMessage

func (*Lockout) ProtoMessage()

func (*Lockout) ProtoReflect

func (x *Lockout) ProtoReflect() protoreflect.Message

func (*Lockout) Reset

func (x *Lockout) Reset()

func (*Lockout) String

func (x *Lockout) String() string

type OIDCProvider

type OIDCProvider 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       *OIDCProviderSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	Status     *v3.Status        `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*OIDCProvider) Descriptor deprecated

func (*OIDCProvider) Descriptor() ([]byte, []int)

Deprecated: Use OIDCProvider.ProtoReflect.Descriptor instead.

func (*OIDCProvider) GetApiVersion

func (x *OIDCProvider) GetApiVersion() string

func (*OIDCProvider) GetKind

func (x *OIDCProvider) GetKind() string

func (*OIDCProvider) GetMetadata

func (x *OIDCProvider) GetMetadata() *v3.Metadata

func (*OIDCProvider) GetSpec

func (x *OIDCProvider) GetSpec() *OIDCProviderSpec

func (*OIDCProvider) GetStatus

func (x *OIDCProvider) GetStatus() *v3.Status

func (*OIDCProvider) ProtoMessage

func (*OIDCProvider) ProtoMessage()

func (*OIDCProvider) ProtoReflect

func (x *OIDCProvider) ProtoReflect() protoreflect.Message

func (*OIDCProvider) Reset

func (x *OIDCProvider) Reset()

func (*OIDCProvider) String

func (x *OIDCProvider) String() string

type OIDCProviderList

type OIDCProviderList 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      []*OIDCProvider  `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*OIDCProviderList) Descriptor deprecated

func (*OIDCProviderList) Descriptor() ([]byte, []int)

Deprecated: Use OIDCProviderList.ProtoReflect.Descriptor instead.

func (*OIDCProviderList) GetApiVersion

func (x *OIDCProviderList) GetApiVersion() string

func (*OIDCProviderList) GetItems

func (x *OIDCProviderList) GetItems() []*OIDCProvider

func (*OIDCProviderList) GetKind

func (x *OIDCProviderList) GetKind() string

func (*OIDCProviderList) GetMetadata

func (x *OIDCProviderList) GetMetadata() *v3.ListMetadata

func (*OIDCProviderList) ProtoMessage

func (*OIDCProviderList) ProtoMessage()

func (*OIDCProviderList) ProtoReflect

func (x *OIDCProviderList) ProtoReflect() protoreflect.Message

func (*OIDCProviderList) Reset

func (x *OIDCProviderList) Reset()

func (*OIDCProviderList) String

func (x *OIDCProviderList) String() string

type OIDCProviderSpec

type OIDCProviderSpec struct {
	ProviderName    string           `protobuf:"bytes,1,opt,name=providerName,proto3" json:"providerName,omitempty"` // enumeration?
	MapperUrl       string           `protobuf:"bytes,2,opt,name=mapperUrl,proto3" json:"mapperUrl,omitempty"`
	MapperFilename  string           `protobuf:"bytes,3,opt,name=mapperFilename,proto3" json:"mapperFilename,omitempty"`
	ClientId        string           `protobuf:"bytes,4,opt,name=clientId,proto3" json:"clientId,omitempty"`
	ClientSecret    string           `protobuf:"bytes,5,opt,name=clientSecret,proto3" json:"clientSecret,omitempty"`
	Scopes          []string         `protobuf:"bytes,6,rep,name=scopes,proto3" json:"scopes,omitempty"`
	IssuerUrl       string           `protobuf:"bytes,7,opt,name=issuerUrl,proto3" json:"issuerUrl,omitempty"`
	AuthUrl         string           `protobuf:"bytes,8,opt,name=authUrl,proto3" json:"authUrl,omitempty"`
	TokenUrl        string           `protobuf:"bytes,9,opt,name=tokenUrl,proto3" json:"tokenUrl,omitempty"`
	RequestedClaims *structpb.Struct `protobuf:"bytes,10,opt,name=requestedClaims,proto3" json:"requestedClaims,omitempty"` // JSON object
	Predefined      bool             `protobuf:"varint,11,opt,name=predefined,proto3" json:"predefined,omitempty"`
	CallbackUrl     string           `protobuf:"bytes,12,opt,name=callbackUrl,proto3" json:"callbackUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*OIDCProviderSpec) Descriptor deprecated

func (*OIDCProviderSpec) Descriptor() ([]byte, []int)

Deprecated: Use OIDCProviderSpec.ProtoReflect.Descriptor instead.

func (*OIDCProviderSpec) GetAuthUrl

func (x *OIDCProviderSpec) GetAuthUrl() string

func (*OIDCProviderSpec) GetCallbackUrl

func (x *OIDCProviderSpec) GetCallbackUrl() string

func (*OIDCProviderSpec) GetClientId

func (x *OIDCProviderSpec) GetClientId() string

func (*OIDCProviderSpec) GetClientSecret

func (x *OIDCProviderSpec) GetClientSecret() string

func (*OIDCProviderSpec) GetIssuerUrl

func (x *OIDCProviderSpec) GetIssuerUrl() string

func (*OIDCProviderSpec) GetMapperFilename

func (x *OIDCProviderSpec) GetMapperFilename() string

func (*OIDCProviderSpec) GetMapperUrl

func (x *OIDCProviderSpec) GetMapperUrl() string

func (*OIDCProviderSpec) GetPredefined

func (x *OIDCProviderSpec) GetPredefined() bool

func (*OIDCProviderSpec) GetProviderName

func (x *OIDCProviderSpec) GetProviderName() string

func (*OIDCProviderSpec) GetRequestedClaims

func (x *OIDCProviderSpec) GetRequestedClaims() *structpb.Struct

func (*OIDCProviderSpec) GetScopes

func (x *OIDCProviderSpec) GetScopes() []string

func (*OIDCProviderSpec) GetTokenUrl

func (x *OIDCProviderSpec) GetTokenUrl() string

func (*OIDCProviderSpec) ProtoMessage

func (*OIDCProviderSpec) ProtoMessage()

func (*OIDCProviderSpec) ProtoReflect

func (x *OIDCProviderSpec) ProtoReflect() protoreflect.Message

func (*OIDCProviderSpec) Reset

func (x *OIDCProviderSpec) Reset()

func (*OIDCProviderSpec) String

func (x *OIDCProviderSpec) String() string

type Organization

type Organization 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       *OrganizationSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	Status     *v3.Status        `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Organization) Descriptor deprecated

func (*Organization) Descriptor() ([]byte, []int)

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetApiVersion

func (x *Organization) GetApiVersion() string

func (*Organization) GetKind

func (x *Organization) GetKind() string

func (*Organization) GetMetadata

func (x *Organization) GetMetadata() *v3.Metadata

func (*Organization) GetSpec

func (x *Organization) GetSpec() *OrganizationSpec

func (*Organization) GetStatus

func (x *Organization) GetStatus() *v3.Status

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

func (x *Organization) ProtoReflect() protoreflect.Message

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string

type OrganizationList

type OrganizationList 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      []*Organization  `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationList) Descriptor deprecated

func (*OrganizationList) Descriptor() ([]byte, []int)

Deprecated: Use OrganizationList.ProtoReflect.Descriptor instead.

func (*OrganizationList) GetApiVersion

func (x *OrganizationList) GetApiVersion() string

func (*OrganizationList) GetItems

func (x *OrganizationList) GetItems() []*Organization

func (*OrganizationList) GetKind

func (x *OrganizationList) GetKind() string

func (*OrganizationList) GetMetadata

func (x *OrganizationList) GetMetadata() *v3.ListMetadata

func (*OrganizationList) ProtoMessage

func (*OrganizationList) ProtoMessage()

func (*OrganizationList) ProtoReflect

func (x *OrganizationList) ProtoReflect() protoreflect.Message

func (*OrganizationList) Reset

func (x *OrganizationList) Reset()

func (*OrganizationList) String

func (x *OrganizationList) String() string

type OrganizationSettings

type OrganizationSettings struct {
	Lockout       *Lockout `protobuf:"bytes,1,opt,name=lockout,proto3" json:"lockout,omitempty"`
	IdleLogoutMin int32    `protobuf:"varint,2,opt,name=idleLogoutMin,proto3" json:"idleLogoutMin,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationSettings) Descriptor deprecated

func (*OrganizationSettings) Descriptor() ([]byte, []int)

Deprecated: Use OrganizationSettings.ProtoReflect.Descriptor instead.

func (*OrganizationSettings) GetIdleLogoutMin

func (x *OrganizationSettings) GetIdleLogoutMin() int32

func (*OrganizationSettings) GetLockout

func (x *OrganizationSettings) GetLockout() *Lockout

func (*OrganizationSettings) ProtoMessage

func (*OrganizationSettings) ProtoMessage()

func (*OrganizationSettings) ProtoReflect

func (x *OrganizationSettings) ProtoReflect() protoreflect.Message

func (*OrganizationSettings) Reset

func (x *OrganizationSettings) Reset()

func (*OrganizationSettings) String

func (x *OrganizationSettings) String() string

type OrganizationSpec

type OrganizationSpec struct {
	BillingAddress    string                `protobuf:"bytes,1,opt,name=billingAddress,proto3" json:"billingAddress,omitempty"`
	Active            bool                  `protobuf:"varint,2,opt,name=active,proto3" json:"active,omitempty"`
	Approved          bool                  `protobuf:"varint,3,opt,name=approved,proto3" json:"approved,omitempty"`
	Type              string                `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	AddressLine1      string                `protobuf:"bytes,5,opt,name=addressLine1,proto3" json:"addressLine1,omitempty"`
	AddressLine2      string                `protobuf:"bytes,6,opt,name=addressLine2,proto3" json:"addressLine2,omitempty"`
	City              string                `protobuf:"bytes,7,opt,name=city,proto3" json:"city,omitempty"`
	Country           string                `protobuf:"bytes,8,opt,name=country,proto3" json:"country,omitempty"`
	Phone             string                `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone,omitempty"`
	State             string                `protobuf:"bytes,10,opt,name=state,proto3" json:"state,omitempty"`
	Zipcode           string                `protobuf:"bytes,11,opt,name=zipcode,proto3" json:"zipcode,omitempty"`
	IsPrivate         bool                  `protobuf:"varint,12,opt,name=isPrivate,proto3" json:"isPrivate,omitempty"`
	IsTotpEnabled     bool                  `protobuf:"varint,13,opt,name=isTotpEnabled,proto3" json:"isTotpEnabled,omitempty"`
	AreClustersShared bool                  `protobuf:"varint,14,opt,name=areClustersShared,proto3" json:"areClustersShared,omitempty"`
	Settings          *OrganizationSettings `protobuf:"bytes,15,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationSpec) Descriptor deprecated

func (*OrganizationSpec) Descriptor() ([]byte, []int)

Deprecated: Use OrganizationSpec.ProtoReflect.Descriptor instead.

func (*OrganizationSpec) GetActive

func (x *OrganizationSpec) GetActive() bool

func (*OrganizationSpec) GetAddressLine1

func (x *OrganizationSpec) GetAddressLine1() string

func (*OrganizationSpec) GetAddressLine2

func (x *OrganizationSpec) GetAddressLine2() string

func (*OrganizationSpec) GetApproved

func (x *OrganizationSpec) GetApproved() bool

func (*OrganizationSpec) GetAreClustersShared

func (x *OrganizationSpec) GetAreClustersShared() bool

func (*OrganizationSpec) GetBillingAddress

func (x *OrganizationSpec) GetBillingAddress() string

func (*OrganizationSpec) GetCity

func (x *OrganizationSpec) GetCity() string

func (*OrganizationSpec) GetCountry

func (x *OrganizationSpec) GetCountry() string

func (*OrganizationSpec) GetIsPrivate

func (x *OrganizationSpec) GetIsPrivate() bool

func (*OrganizationSpec) GetIsTotpEnabled

func (x *OrganizationSpec) GetIsTotpEnabled() bool

func (*OrganizationSpec) GetPhone

func (x *OrganizationSpec) GetPhone() string

func (*OrganizationSpec) GetSettings

func (x *OrganizationSpec) GetSettings() *OrganizationSettings

func (*OrganizationSpec) GetState

func (x *OrganizationSpec) GetState() string

func (*OrganizationSpec) GetType

func (x *OrganizationSpec) GetType() string

func (*OrganizationSpec) GetZipcode

func (x *OrganizationSpec) GetZipcode() string

func (*OrganizationSpec) ProtoMessage

func (*OrganizationSpec) ProtoMessage()

func (*OrganizationSpec) ProtoReflect

func (x *OrganizationSpec) ProtoReflect() protoreflect.Message

func (*OrganizationSpec) Reset

func (x *OrganizationSpec) Reset()

func (*OrganizationSpec) String

func (x *OrganizationSpec) String() string

type Partner

type Partner 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       *PartnerSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	Status     *v3.Status   `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Partner) Descriptor deprecated

func (*Partner) Descriptor() ([]byte, []int)

Deprecated: Use Partner.ProtoReflect.Descriptor instead.

func (*Partner) GetApiVersion

func (x *Partner) GetApiVersion() string

func (*Partner) GetKind

func (x *Partner) GetKind() string

func (*Partner) GetMetadata

func (x *Partner) GetMetadata() *v3.Metadata

func (*Partner) GetSpec

func (x *Partner) GetSpec() *PartnerSpec

func (*Partner) GetStatus

func (x *Partner) GetStatus() *v3.Status

func (*Partner) ProtoMessage

func (*Partner) ProtoMessage()

func (*Partner) ProtoReflect

func (x *Partner) ProtoReflect() protoreflect.Message

func (*Partner) Reset

func (x *Partner) Reset()

func (*Partner) String

func (x *Partner) String() string

type PartnerSpec

type PartnerSpec struct {
	Host              string           `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Domain            string           `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	TosLink           string           `protobuf:"bytes,3,opt,name=tosLink,proto3" json:"tosLink,omitempty"`
	LogoLink          string           `protobuf:"bytes,4,opt,name=logoLink,proto3" json:"logoLink,omitempty"`
	NotificationEmail string           `protobuf:"bytes,5,opt,name=notificationEmail,proto3" json:"notificationEmail,omitempty"`
	HelpdeskEmail     string           `protobuf:"bytes,6,opt,name=helpdeskEmail,proto3" json:"helpdeskEmail,omitempty"`
	ProductName       string           `protobuf:"bytes,7,opt,name=productName,proto3" json:"productName,omitempty"`
	SupportTeamName   string           `protobuf:"bytes,8,opt,name=supportTeamName,proto3" json:"supportTeamName,omitempty"`
	OpsHost           string           `protobuf:"bytes,9,opt,name=opsHost,proto3" json:"opsHost,omitempty"`
	FavIconLink       string           `protobuf:"bytes,10,opt,name=favIconLink,proto3" json:"favIconLink,omitempty"`
	IsTOTPEnabled     bool             `protobuf:"varint,11,opt,name=isTOTPEnabled,proto3" json:"isTOTPEnabled,omitempty"`
	Settings          *structpb.Struct `protobuf:"bytes,12,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*PartnerSpec) Descriptor deprecated

func (*PartnerSpec) Descriptor() ([]byte, []int)

Deprecated: Use PartnerSpec.ProtoReflect.Descriptor instead.

func (*PartnerSpec) GetDomain

func (x *PartnerSpec) GetDomain() string
func (x *PartnerSpec) GetFavIconLink() string

func (*PartnerSpec) GetHelpdeskEmail

func (x *PartnerSpec) GetHelpdeskEmail() string

func (*PartnerSpec) GetHost

func (x *PartnerSpec) GetHost() string

func (*PartnerSpec) GetIsTOTPEnabled

func (x *PartnerSpec) GetIsTOTPEnabled() bool
func (x *PartnerSpec) GetLogoLink() string

func (*PartnerSpec) GetNotificationEmail

func (x *PartnerSpec) GetNotificationEmail() string

func (*PartnerSpec) GetOpsHost

func (x *PartnerSpec) GetOpsHost() string

func (*PartnerSpec) GetProductName

func (x *PartnerSpec) GetProductName() string

func (*PartnerSpec) GetSettings

func (x *PartnerSpec) GetSettings() *structpb.Struct

func (*PartnerSpec) GetSupportTeamName

func (x *PartnerSpec) GetSupportTeamName() string
func (x *PartnerSpec) GetTosLink() string

func (*PartnerSpec) ProtoMessage

func (*PartnerSpec) ProtoMessage()

func (*PartnerSpec) ProtoReflect

func (x *PartnerSpec) ProtoReflect() protoreflect.Message

func (*PartnerSpec) Reset

func (x *PartnerSpec) Reset()

func (*PartnerSpec) String

func (x *PartnerSpec) String() string

type Project

type Project 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   *v31.Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec       *ProjectSpec  `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	Status     *v31.Status   `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

func (*Project) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetApiVersion

func (x *Project) GetApiVersion() string

func (*Project) GetKind

func (x *Project) GetKind() string

func (*Project) GetMetadata

func (x *Project) GetMetadata() *v31.Metadata

func (*Project) GetSpec

func (x *Project) GetSpec() *ProjectSpec

func (*Project) GetStatus

func (x *Project) GetStatus() *v31.Status

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

func (x *Project) ProtoReflect() protoreflect.Message

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type ProjectList

type ProjectList 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   *v31.ListMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Items      []*Project        `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectList) Descriptor deprecated

func (*ProjectList) Descriptor() ([]byte, []int)

Deprecated: Use ProjectList.ProtoReflect.Descriptor instead.

func (*ProjectList) GetApiVersion

func (x *ProjectList) GetApiVersion() string

func (*ProjectList) GetItems

func (x *ProjectList) GetItems() []*Project

func (*ProjectList) GetKind

func (x *ProjectList) GetKind() string

func (*ProjectList) GetMetadata

func (x *ProjectList) GetMetadata() *v31.ListMetadata

func (*ProjectList) ProtoMessage

func (*ProjectList) ProtoMessage()

func (*ProjectList) ProtoReflect

func (x *ProjectList) ProtoReflect() protoreflect.Message

func (*ProjectList) Reset

func (x *ProjectList) Reset()

func (*ProjectList) String

func (x *ProjectList) String() string

type ProjectSpec

type ProjectSpec struct {
	Default               bool                       `protobuf:"varint,1,opt,name=default,proto3" json:"default,omitempty"`
	ProjectNamespaceRoles []*v3.ProjectNamespaceRole `protobuf:"bytes,2,rep,name=projectNamespaceRoles,proto3" json:"projectNamespaceRoles,omitempty"`
	UserRoles             []*v3.UserRole             `protobuf:"bytes,3,rep,name=userRoles,proto3" json:"userRoles,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectSpec) Descriptor deprecated

func (*ProjectSpec) Descriptor() ([]byte, []int)

Deprecated: Use ProjectSpec.ProtoReflect.Descriptor instead.

func (*ProjectSpec) GetDefault

func (x *ProjectSpec) GetDefault() bool

func (*ProjectSpec) GetProjectNamespaceRoles

func (x *ProjectSpec) GetProjectNamespaceRoles() []*v3.ProjectNamespaceRole

func (*ProjectSpec) GetUserRoles

func (x *ProjectSpec) GetUserRoles() []*v3.UserRole

func (*ProjectSpec) ProtoMessage

func (*ProjectSpec) ProtoMessage()

func (*ProjectSpec) ProtoReflect

func (x *ProjectSpec) ProtoReflect() protoreflect.Message

func (*ProjectSpec) Reset

func (x *ProjectSpec) Reset()

func (*ProjectSpec) String

func (x *ProjectSpec) String() string

Jump to

Keyboard shortcuts

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