serviceaccounts

package
v0.0.0-...-9c0d32c Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const FieldManager = "ctlr-serviceaccounts"

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	Client hz.Client
}

func (Reconciler) Reconcile

func (r Reconciler) Reconcile(
	ctx context.Context,
	req hz.Request,
) (hz.Result, error)

type ServiceAccount

type ServiceAccount struct {
	hz.ObjectMeta `json:"metadata" cue:""`

	Spec   *ServiceAccountSpec   `json:"spec,omitempty" cue:",opt"`
	Status *ServiceAccountStatus `json:"status,omitempty" cue:",opt"`
}

func (ServiceAccount) ObjectGroup

func (s ServiceAccount) ObjectGroup() string

func (ServiceAccount) ObjectKind

func (s ServiceAccount) ObjectKind() string

func (ServiceAccount) ObjectVersion

func (s ServiceAccount) ObjectVersion() string

type ServiceAccountSpec

type ServiceAccountSpec struct{}

type ServiceAccountStatus

type ServiceAccountStatus struct {
	Ready bool `json:"ready"`

	NATSCredentialsSecretName *string `json:"natsCredentialsSecretName,omitempty"`
}

Jump to

Keyboard shortcuts

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