Networking v1 API Reference

Networking v1 API reference documentation.

Packages:

networking.k8s.io/v1

Package v1 is the v1 version of the API.

Resource Types:

    AlgoBalancer (string alias)

    AlgoBalancer defines Balancer Algo

    IngressClass

    IngressClass represents the class of the Ingress, referenced by the Ingress Spec.

    FieldDescription
    metadata
    Kubernetes meta/v1.ObjectMeta
    (Optional)

    Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

    Refer to the Kubernetes API documentation for the fields of the metadata field.
    spec
    Kubernetes networking/v1.IngressClassSpec
    (Optional)

    Spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status



    controller
    string

    Controller refers to the name of the controller that should handle this class. This allows for different “flavors” that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. “acme.io/ingress-controller”. This field is immutable.

    parameters
    Kubernetes networking/v1.IngressClassParametersReference
    (Optional)

    Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.


    Generated with gen-crd-api-reference-docs on git commit 8abe9ab.

    Feedback

    Was this page helpful?


    Last modified April 11, 2024: update versions of fsm and pipy (cea5b3e)