Documentation ¶
Index ¶
- Constants
- func IsInvalidConfig(err error) bool
- func IsNotFound(err error) bool
- func IsTimeout(err error) bool
- func IsWrongTypeError(err error) bool
- type CloudConfigMock
- type Config
- type ContainerObjectState
- type Resource
- func (r *Resource) ApplyCreateChange(ctx context.Context, obj, createChange interface{}) error
- func (r *Resource) ApplyDeleteChange(ctx context.Context, obj, change interface{}) error
- func (r *Resource) ApplyUpdateChange(ctx context.Context, obj, updateChange interface{}) error
- func (r *Resource) GetCurrentState(ctx context.Context, obj interface{}) (interface{}, error)
- func (r *Resource) GetDesiredState(ctx context.Context, obj interface{}) (interface{}, error)
- func (r *Resource) Name() string
- func (r *Resource) NewDeletePatch(ctx context.Context, obj, currentState, desiredState interface{}) (*crud.Patch, error)
- func (r *Resource) NewUpdatePatch(ctx context.Context, obj, currentState, desiredState interface{}) (*crud.Patch, error)
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "blobobject"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsWrongTypeError ¶
IsWrongTypeError asserts wrongTypeError.
Types ¶
type CloudConfigMock ¶
type CloudConfigMock struct {
// contains filtered or unexported fields
}
func (*CloudConfigMock) NewMasterTemplate ¶
func (c *CloudConfigMock) NewMasterTemplate(ctx context.Context, data cloudconfig.IgnitionTemplateData, encrypter encrypter.Interface) (string, error)
func (*CloudConfigMock) NewWorkerTemplate ¶
func (c *CloudConfigMock) NewWorkerTemplate(ctx context.Context, data cloudconfig.IgnitionTemplateData, encrypter encrypter.Interface) (string, error)
type Config ¶
type Config struct { CertsSearcher certs.Interface CtrlClient client.Client K8sClient kubernetes.Interface Logger micrologger.Logger RegistryDomain string SSHUserList employees.SSHUserList StorageAccountsClient *storage.AccountsClient }
type ContainerObjectState ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func (*Resource) ApplyCreateChange ¶
func (*Resource) ApplyDeleteChange ¶
ApplyDeleteChange not in use as blobobject deleted with container delete.
func (*Resource) ApplyUpdateChange ¶
func (*Resource) GetCurrentState ¶
func (*Resource) GetDesiredState ¶
Click to show internal directories.
Click to hide internal directories.