# Functions
UnmarshalAPIStatusDetail unmarshals polymorphic APIStatusDetail.
UnmarshalAPIStatusDetailSlice unmarshals polymorphic slices of APIStatusDetail.
# Constants
NetworkPolicySpecPolicyTypeEGRESS captures enum value "EGRESS".
NetworkPolicySpecPolicyTypeINGRESS captures enum value "INGRESS".
NetworkPolicySpecPolicyTypePOLICYTYPENOTSPECIFIED captures enum value "POLICY_TYPE_NOT_SPECIFIED".
V1ActionALLOW captures enum value "ALLOW".
V1ActionBLOCK captures enum value "BLOCK".
V1ActionUNDEFINED captures enum value "UNDEFINED".
# Structs
APIStatus api status
swagger:model apiStatus.
NetworkMetadata Metadata associated with an entity
swagger:model networkMetadata.
PaginationPageInfo Information about a paginated response
This is modeled after the GraphQL Relay spec to support both cursor based pagination and traditional offset based pagination.
PaginationPageRequest Pagination request information
This is modeled after the GraphQL Relay spec to support both cursor based pagination and traditional offset based pagination.
StackpathRPCBadRequest stackpath rpc bad request
swagger:model stackpath.rpc.BadRequest.
StackpathRPCBadRequestFieldViolation stackpath rpc bad request field violation
swagger:model stackpath.rpc.BadRequest.FieldViolation.
StackpathRPCHelp stackpath rpc help
swagger:model stackpath.rpc.Help.
StackpathRPCHelpLink stackpath rpc help link
swagger:model stackpath.rpc.Help.Link.
StackpathRPCLocalizedMessage stackpath rpc localized message
swagger:model stackpath.rpc.LocalizedMessage.
StackpathRPCPreconditionFailure stackpath rpc precondition failure
swagger:model stackpath.rpc.PreconditionFailure.
StackpathRPCPreconditionFailureViolation stackpath rpc precondition failure violation
swagger:model stackpath.rpc.PreconditionFailure.Violation.
StackpathRPCQuotaFailure stackpath rpc quota failure
swagger:model stackpath.rpc.QuotaFailure.
StackpathRPCQuotaFailureViolation stackpath rpc quota failure violation
swagger:model stackpath.rpc.QuotaFailure.Violation.
StackpathRPCRequestInfo stackpath rpc request info
swagger:model stackpath.rpc.RequestInfo.
StackpathRPCResourceInfo stackpath rpc resource info
swagger:model stackpath.rpc.ResourceInfo.
StackpathRPCRetryInfo stackpath rpc retry info
swagger:model stackpath.rpc.RetryInfo.
V1CreateNetworkPolicyRequest v1 create network policy request
swagger:model v1CreateNetworkPolicyRequest.
V1CreateNetworkPolicyResponse A response from a request to add a network policy to a stack
swagger:model v1CreateNetworkPolicyResponse.
V1Egress An outbound rule from workload instances
swagger:model v1Egress.
V1GetNetworkPoliciesResponse A response from a request to retrieve a stack's network policies
swagger:model v1GetNetworkPoliciesResponse.
V1GetNetworkPolicyResponse A response from a request to get a network policy to a stack
swagger:model v1GetNetworkPolicyResponse.
V1HostRule Defines IPs, instances, or networks
swagger:model v1HostRule.
V1Ingress An inbound rule to workload instances
swagger:model v1Ingress.
V1IPBlock Defines an IP block
swagger:model v1IpBlock.
V1MatchExpression An expression to match selectors against a set of values
swagger:model v1MatchExpression.
V1NetworkPolicy A network policy
Network policies define an ACL that applies to one or many workload instances
swagger:model v1NetworkPolicy.
V1NetworkPolicySpec The specification for the desired state of a network policy
swagger:model v1NetworkPolicySpec.
V1ProtocolAh Authentication Header (AH) protocol matching
swagger:model v1ProtocolAh.
V1ProtocolEsp Encapsulating Security Payload (ESP) protocol matching
swagger:model v1ProtocolEsp.
V1ProtocolGre Generic Routing Encapsulation (GRE) protocol matching
swagger:model v1ProtocolGre.
V1ProtocolIcmp ICMP protocol matching
swagger:model v1ProtocolIcmp.
V1Protocols An object of all supported protocols and any attributes for them
swagger:model v1Protocols.
V1ProtocolTCP TCP protocol matching
swagger:model v1ProtocolTcp.
V1ProtocolTCPUDP TCP or UDP protocol convenience matching
swagger:model v1ProtocolTcpUdp.
V1ProtocolUDP UDP protocol matching
swagger:model v1ProtocolUdp.
V1UpdateNetworkPolicyRequest v1 update network policy request
swagger:model v1UpdateNetworkPolicyRequest.
V1UpdateNetworkPolicyResponse A response from a request to update a network policy
swagger:model v1UpdateNetworkPolicyResponse.
# Interfaces
APIStatusDetail api status detail
swagger:discriminator apiStatusDetail @type.
# Type aliases
NetworkPolicySpecPolicyType network policy spec policy type
swagger:model NetworkPolicySpecPolicyType.
NetworkStringMapEntry A string to string key/value pair
swagger:model networkStringMapEntry.
V1Action Which action to apply
swagger:model v1Action.