v1beta1

package
v0.0.43 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AzureClientSecretInterface added in v0.0.37

type AzureClientSecretInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1.AzureClientSecretList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1.AzureClientSecret, error)
}

type GcpSaKeyInterface

type GcpSaKeyInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1.GCPSaKeyList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1.GcpSaKey, error)
}

GcpSaKeyInterface client interface fir interacting with GCP SA keys

type YaleCRDClient

type YaleCRDClient struct {
	// contains filtered or unexported fields
}

func NewForConfig

func NewForConfig(c *rest.Config) (*YaleCRDClient, error)

func (*YaleCRDClient) AzureClientSecrets added in v0.0.37

func (c *YaleCRDClient) AzureClientSecrets() AzureClientSecretInterface

AzureClientSecrets returns an interface for interacting with Azure client secrets

func (*YaleCRDClient) GcpSaKeys

func (c *YaleCRDClient) GcpSaKeys() GcpSaKeyInterface

GcpSaKeys returns an interface for interacting with GCP SA keys

type YaleCRDInterface

type YaleCRDInterface interface {
	GcpSaKeys() GcpSaKeyInterface
	AzureClientSecrets() AzureClientSecretInterface
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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