notaryctl

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2021 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UpdateNotaryStatus

func UpdateNotaryStatus(c client.Client, not *regv1.Notary) (bool, error)

Types

type NotaryDBPVC

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

func (*NotaryDBPVC) Handle

func (nt *NotaryDBPVC) Handle(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, scheme *runtime.Scheme) error

Handle is to create notary db pvc.

func (*NotaryDBPVC) Ready

func (nt *NotaryDBPVC) Ready(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, useGet bool) error

Ready is to check if the pvc is ready and to set the condition

type NotaryDBPod

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

func (*NotaryDBPod) Handle

func (nt *NotaryDBPod) Handle(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, scheme *runtime.Scheme) error

Handle is to create notary db pod.

func (*NotaryDBPod) Ready

func (nt *NotaryDBPod) Ready(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, useGet bool) error

Ready is to check if the pod is ready and to set the condition

type NotaryDBService

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

func (*NotaryDBService) Handle

func (nt *NotaryDBService) Handle(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, scheme *runtime.Scheme) error

Handle is to create notary db service.

func (*NotaryDBService) Ready

func (nt *NotaryDBService) Ready(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, useGet bool) error

Ready is to check if the service is ready and to set the condition

type NotaryServerIngress

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

func (*NotaryServerIngress) Handle

func (nt *NotaryServerIngress) Handle(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, scheme *runtime.Scheme) error

Handle is to create notary server ingress.

func (*NotaryServerIngress) Ready

func (nt *NotaryServerIngress) Ready(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, useGet bool) error

Ready is to check if the ingress is ready and to set the condition

type NotaryServerPod

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

func (*NotaryServerPod) Handle

func (nt *NotaryServerPod) Handle(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, scheme *runtime.Scheme) error

Handle is to create notary server pod.

func (*NotaryServerPod) Ready

func (nt *NotaryServerPod) Ready(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, useGet bool) error

Ready is to check if the pod is ready and to set the condition

type NotaryServerSecret

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

func (*NotaryServerSecret) Handle

func (nt *NotaryServerSecret) Handle(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, scheme *runtime.Scheme) error

Handle is to create notary server secret.

func (*NotaryServerSecret) Ready

func (nt *NotaryServerSecret) Ready(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, useGet bool) error

Ready is to check if the secret is ready and to set the condition

type NotaryServerService

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

func (*NotaryServerService) Handle

func (nt *NotaryServerService) Handle(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, scheme *runtime.Scheme) error

Handle is to create notary server service.

func (*NotaryServerService) Ready

func (nt *NotaryServerService) Ready(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, useGet bool) error

Ready is to check if the service is ready and to set the condition

type NotarySignerPod

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

func (*NotarySignerPod) Handle

func (nt *NotarySignerPod) Handle(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, scheme *runtime.Scheme) error

Handle is to create notary signer pod.

func (*NotarySignerPod) Ready

func (nt *NotarySignerPod) Ready(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, useGet bool) error

Ready is to check if the pod is ready and to set the condition

type NotarySignerSecret

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

func (*NotarySignerSecret) Handle

func (nt *NotarySignerSecret) Handle(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, scheme *runtime.Scheme) error

Handle is to create notary signer secret.

func (*NotarySignerSecret) Ready

func (nt *NotarySignerSecret) Ready(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, useGet bool) error

Ready is to check if the secret is ready and to set the condition

type NotarySignerService

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

func (*NotarySignerService) Handle

func (nt *NotarySignerService) Handle(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, scheme *runtime.Scheme) error

Handle is to create notary signer service.

func (*NotarySignerService) Ready

func (nt *NotarySignerService) Ready(c client.Client, notary *regv1.Notary, patchNotary *regv1.Notary, useGet bool) error

Ready is to check if the service is ready and to set the condition

type NotarySubresource

type NotarySubresource interface {
	Handle(client.Client, *regv1.Notary, *regv1.Notary, *runtime.Scheme) error
	Ready(client.Client, *regv1.Notary, *regv1.Notary, bool) error
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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