Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceAccount ¶
type ServiceAccount struct {
// contains filtered or unexported fields
}
ServiceAccount -
func NewServiceAccount ¶
func NewServiceAccount( serviceAccount *corev1.ServiceAccount, timeout time.Duration, ) *ServiceAccount
NewServiceAccount returns an initialized ServiceAccount
func (*ServiceAccount) CreateOrPatch ¶
func (s *ServiceAccount) CreateOrPatch( ctx context.Context, h *helper.Helper, ) (ctrl.Result, error)
CreateOrPatch - creates or patches a service account, reconciles after Xs if object won't exist.
Click to show internal directories.
Click to hide internal directories.