GafaelfawrIngressScopesBase#
- class gafaelfawr.models.kubernetes.GafaelfawrIngressScopesBase(**data)#
Bases:
CamelCaseModelBase class for specifying the required scopes.
Required scopes can be specified in one of two ways: a list of scopes that must all be present, or a list of scopes where any one of those scopes must be present. This base class represents the common interface with the rest of Gafaelfawr.
- Parameters:
data (
Any) –
Attributes Summary
The authorization satisfy strategy.
List of scopes.
Methods Summary
Whether this ingress is anonymous.
Attributes Documentation
- satisfy#
The authorization satisfy strategy.
- scopes#
List of scopes.
Methods Documentation