GafaelfawrIngressScopesAny#

class gafaelfawr.models.kubernetes.GafaelfawrIngressScopesAny(**data)#

Bases: GafaelfawrIngressScopesBase

Represents scopes where any scope is sufficient.

Parameters:

data (Any) –

Attributes Summary

satisfy

The authorization satisfy strategy.

scopes

List of scopes.

Methods Summary

is_anonymous()

Whether this ingress is anonymous.

Attributes Documentation

satisfy#

The authorization satisfy strategy.

scopes#

List of scopes.

Methods Documentation

is_anonymous()#

Whether this ingress is anonymous.

Return type:

bool