services

package
v4.0.0-...-11f536b Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OnboardingSubjectRole

type OnboardingSubjectRole string
const (
	ClientRole OnboardingSubjectRole = "ocs-client"
	PeerRole   OnboardingSubjectRole = "ocs-peer"
)

type OnboardingTicket

type OnboardingTicket struct {
	ID                string                `json:"id"`
	ExpirationDate    int64                 `json:"expirationDate,string"`
	SubjectRole       OnboardingSubjectRole `json:"subjectRole"`
	StorageQuotaInGiB *uint                 `json:"storageQuotaInGiB,omitempty"`
	StorageCluster    types.UID             `json:"storageCluster"`
}

Jump to

Keyboard shortcuts

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