Documentation
¶
Index ¶
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func MatchGeneratedNetworkPolicy(label labels.Selector, field fields.Selector) storage.SelectionPredicate
- func NewREST(scheme *runtime.Scheme, storageImpl storage.Interface, ...) (*registry.REST, error)
- func SelectableFields(obj *softwarecomposition.GeneratedNetworkPolicy) fields.Set
- type GeneratedNetworkPolicyStrategy
- func (GeneratedNetworkPolicyStrategy) AllowCreateOnUpdate() bool
- func (GeneratedNetworkPolicyStrategy) AllowUnconditionalUpdate() bool
- func (GeneratedNetworkPolicyStrategy) Canonicalize(_ runtime.Object)
- func (GeneratedNetworkPolicyStrategy) NamespaceScoped() bool
- func (GeneratedNetworkPolicyStrategy) PrepareForCreate(_ context.Context, _ runtime.Object)
- func (GeneratedNetworkPolicyStrategy) PrepareForUpdate(_ context.Context, _, _ runtime.Object)
- func (GeneratedNetworkPolicyStrategy) Validate(_ context.Context, _ runtime.Object) field.ErrorList
- func (GeneratedNetworkPolicyStrategy) ValidateUpdate(_ context.Context, _, _ runtime.Object) field.ErrorList
- func (GeneratedNetworkPolicyStrategy) WarningsOnCreate(_ context.Context, _ runtime.Object) []string
- func (GeneratedNetworkPolicyStrategy) WarningsOnUpdate(_ context.Context, _, _ runtime.Object) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAttrs ¶
GetAttrs returns labels.Set, fields.Set, and error in case the given runtime.Object is not a GeneratedNetworkPolicy
func NewREST ¶
func NewREST(scheme *runtime.Scheme, storageImpl storage.Interface, optsGetter generic.RESTOptionsGetter) (*registry.REST, error)
NewREST returns a RESTStorage object that will work against API services.
func SelectableFields ¶
func SelectableFields(obj *softwarecomposition.GeneratedNetworkPolicy) fields.Set
SelectableFields returns a field set that represents the object.
Types ¶
type GeneratedNetworkPolicyStrategy ¶ added in v0.0.199
type GeneratedNetworkPolicyStrategy struct {
runtime.ObjectTyper
names.NameGenerator
}
func NewStrategy ¶
func NewStrategy(typer runtime.ObjectTyper) GeneratedNetworkPolicyStrategy
NewStrategy creates and returns a generatedNetworkPolicyStrategy instance
func (GeneratedNetworkPolicyStrategy) AllowCreateOnUpdate ¶ added in v0.0.199
func (GeneratedNetworkPolicyStrategy) AllowCreateOnUpdate() bool
func (GeneratedNetworkPolicyStrategy) AllowUnconditionalUpdate ¶ added in v0.0.199
func (GeneratedNetworkPolicyStrategy) AllowUnconditionalUpdate() bool
func (GeneratedNetworkPolicyStrategy) Canonicalize ¶ added in v0.0.199
func (GeneratedNetworkPolicyStrategy) Canonicalize(_ runtime.Object)
func (GeneratedNetworkPolicyStrategy) NamespaceScoped ¶ added in v0.0.199
func (GeneratedNetworkPolicyStrategy) NamespaceScoped() bool
func (GeneratedNetworkPolicyStrategy) PrepareForCreate ¶ added in v0.0.199
func (GeneratedNetworkPolicyStrategy) PrepareForCreate(_ context.Context, _ runtime.Object)
func (GeneratedNetworkPolicyStrategy) PrepareForUpdate ¶ added in v0.0.199
func (GeneratedNetworkPolicyStrategy) PrepareForUpdate(_ context.Context, _, _ runtime.Object)
func (GeneratedNetworkPolicyStrategy) ValidateUpdate ¶ added in v0.0.199
func (GeneratedNetworkPolicyStrategy) WarningsOnCreate ¶ added in v0.0.199
func (GeneratedNetworkPolicyStrategy) WarningsOnCreate(_ context.Context, _ runtime.Object) []string
WarningsOnCreate returns warnings for the creation of the given object.
func (GeneratedNetworkPolicyStrategy) WarningsOnUpdate ¶ added in v0.0.199
func (GeneratedNetworkPolicyStrategy) WarningsOnUpdate(_ context.Context, _, _ runtime.Object) []string
WarningsOnUpdate returns warnings for the given update.
Click to show internal directories.
Click to hide internal directories.