From ea4be05cab5c1a962dbecd8d583d0d7b2ddcc974 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Thu, 7 Jul 2016 09:55:23 -0700 Subject: [PATCH] Update API reference docs --- .../extensions/v1beta1/definitions.html | 274 +- .../extensions/v1beta1/operations.html | 2518 +++++++++++++---- 2 files changed, 2306 insertions(+), 486 deletions(-) diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 5882c7784353f..0b6daa6b7b9c2 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -417,6 +417,12 @@

Top Level API Objects

  • v1beta1.ReplicaSetList

  • +
  • +

    v1beta1.NetworkPolicy

    +
  • +
  • +

    v1beta1.NetworkPolicyList

    +
  • @@ -1113,6 +1119,61 @@

    unversioned.StatusCause

    + +
    +

    v1beta1.NetworkPolicyList

    +
    +

    Network Policy List is a list of NetworkPolicy objects.

    +
    + +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionRequiredSchemaDefault

    kind

    Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

    false

    string

    apiVersion

    APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

    false

    string

    metadata

    Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

    false

    unversioned.ListMeta

    items

    Items is a list of schema objects.

    true

    v1beta1.NetworkPolicy array

    +

    v1.GCEPersistentDiskVolumeSource

    @@ -3943,6 +4004,58 @@

    v1.RBDVolumeSource

    +
    +
    +

    v1beta1.NetworkPolicy

    + +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionRequiredSchemaDefault

    kind

    Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

    false

    string

    apiVersion

    APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

    false

    string

    metadata

    Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

    false

    v1.ObjectMeta

    spec

    Specification of the desired behavior for this NetworkPolicy.

    false

    v1beta1.NetworkPolicySpec

    +

    v1beta1.ScaleStatus

    @@ -3991,6 +4104,44 @@

    v1beta1.ScaleStatus

    +
    +
    +

    v1beta1.NetworkPolicySpec

    + +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionRequiredSchemaDefault

    podSelector

    Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.

    true

    v1beta1.LabelSelector

    ingress

    List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if namespace.networkPolicy.ingress.isolation is undefined and cluster policy allows it, OR if the traffic source is the pod’s local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not affect ingress isolation. If this field is present and contains at least one rule, this policy allows any traffic which matches at least one of the ingress rules in this list.

    false

    v1beta1.NetworkPolicyIngressRule array

    +

    v1.NFSVolumeSource

    @@ -4552,6 +4703,44 @@

    v1beta1.JobList

    +
    +
    +

    v1beta1.NetworkPolicyPeer

    + +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionRequiredSchemaDefault

    podSelector

    This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If not provided, this selector selects no pods. If present but empty, this selector selects all pods in this namespace.

    false

    v1beta1.LabelSelector

    namespaceSelector

    Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If omitted, this selector selects no namespaces. If present but empty, this selector selects all namespaces.

    false

    v1beta1.LabelSelector

    +

    unversioned.StatusDetails

    @@ -4958,6 +5147,47 @@

    v1.PodSecurityContext

    +
    +
    +

    v1beta1.NetworkPolicyIngressRule

    +
    +

    This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.

    +
    + +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionRequiredSchemaDefault

    ports

    List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is not provided, this rule matches all ports (traffic not restricted by port). If this field is empty, this rule matches no ports (no traffic matches). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.

    false

    v1beta1.NetworkPolicyPort array

    from

    List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is not provided, this rule matches all sources (traffic not restricted by source). If this field is empty, this rule matches no sources (no traffic matches). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list.

    false

    v1beta1.NetworkPolicyPeer array

    +

    v1.OwnerReference

    @@ -5384,6 +5614,10 @@

    v1.SecurityContext

    +
    +
    +

    v1.Protocol

    +

    v1.AWSElasticBlockStoreVolumeSource

    @@ -5675,6 +5909,44 @@

    v1.PodTemplateSpec

    +
    +
    +

    v1beta1.NetworkPolicyPort

    + +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionRequiredSchemaDefault

    protocol

    Optional. The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.

    false

    v1.Protocol

    port

    If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.

    false

    string

    +

    v1beta1.JobSpec

    @@ -6093,7 +6365,7 @@

    any

    diff --git a/docs/api-reference/extensions/v1beta1/operations.html b/docs/api-reference/extensions/v1beta1/operations.html index 11d6a8b6b3403..0af06343c4069 100755 --- a/docs/api-reference/extensions/v1beta1/operations.html +++ b/docs/api-reference/extensions/v1beta1/operations.html @@ -8274,10 +8274,10 @@

    Tags

    -

    list or watch objects of kind ReplicaSet

    +

    list or watch objects of kind NetworkPolicy

    -
    GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
    +
    GET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
    @@ -8381,7 +8381,7 @@

    Responses

    200

    success

    -

    v1beta1.ReplicaSetList

    +

    v1beta1.NetworkPolicyList

    @@ -8425,10 +8425,10 @@

    Tags

    -

    delete collection of ReplicaSet

    +

    delete collection of NetworkPolicy

    -
    DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
    +
    DELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
    @@ -8576,10 +8576,10 @@

    Tags

    -

    create a ReplicaSet

    +

    create a NetworkPolicy

    -
    POST /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
    +
    POST /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
    @@ -8617,7 +8617,7 @@

    Parameters

    body

    true

    -

    v1beta1.ReplicaSet

    +

    v1beta1.NetworkPolicy

    @@ -8651,7 +8651,7 @@

    Responses

    200

    success

    -

    v1beta1.ReplicaSet

    +

    v1beta1.NetworkPolicy

    @@ -8695,10 +8695,10 @@

    Tags

    -

    read the specified ReplicaSet

    +

    read the specified NetworkPolicy

    -
    GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
    +
    GET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
    @@ -8758,7 +8758,7 @@

    Parameters

    PathParameter

    name

    -

    name of the ReplicaSet

    +

    name of the NetworkPolicy

    true

    string

    @@ -8786,7 +8786,7 @@

    Responses

    200

    success

    -

    v1beta1.ReplicaSet

    +

    v1beta1.NetworkPolicy

    @@ -8830,10 +8830,10 @@

    Tags

    -

    replace the specified ReplicaSet

    +

    replace the specified NetworkPolicy

    -
    PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
    +
    PUT /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
    @@ -8871,7 +8871,7 @@

    Parameters

    body

    true

    -

    v1beta1.ReplicaSet

    +

    v1beta1.NetworkPolicy

    @@ -8885,7 +8885,7 @@

    Parameters

    PathParameter

    name

    -

    name of the ReplicaSet

    +

    name of the NetworkPolicy

    true

    string

    @@ -8913,7 +8913,7 @@

    Responses

    200

    success

    -

    v1beta1.ReplicaSet

    +

    v1beta1.NetworkPolicy

    @@ -8957,10 +8957,10 @@

    Tags

    -

    delete a ReplicaSet

    +

    delete a NetworkPolicy

    -
    DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
    +
    DELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
    @@ -9012,7 +9012,7 @@

    Parameters

    PathParameter

    name

    -

    name of the ReplicaSet

    +

    name of the NetworkPolicy

    true

    string

    @@ -9084,10 +9084,10 @@

    Tags

    -

    partially update the specified ReplicaSet

    +

    partially update the specified NetworkPolicy

    -
    PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
    +
    PATCH /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
    @@ -9139,7 +9139,7 @@

    Parameters

    PathParameter

    name

    -

    name of the ReplicaSet

    +

    name of the NetworkPolicy

    true

    string

    @@ -9167,7 +9167,7 @@

    Responses

    200

    success

    -

    v1beta1.ReplicaSet

    +

    v1beta1.NetworkPolicy

    @@ -9217,10 +9217,10 @@

    Tags

    -

    read scale of the specified Scale

    +

    list or watch objects of kind ReplicaSet

    -
    GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
    +
    GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
    @@ -9254,17 +9254,49 @@

    Parameters

    -

    PathParameter

    -

    namespace

    -

    object name and auth scope, such as for teams and projects

    -

    true

    +

    QueryParameter

    +

    labelSelector

    +

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    +

    false

    +

    string

    + + + +

    QueryParameter

    +

    fieldSelector

    +

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    +

    false

    +

    string

    + + + +

    QueryParameter

    +

    watch

    +

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    +

    false

    +

    boolean

    + + + +

    QueryParameter

    +

    resourceVersion

    +

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    +

    false

    string

    +

    QueryParameter

    +

    timeoutSeconds

    +

    Timeout for the list/watch call.

    +

    false

    +

    integer (int32)

    + + +

    PathParameter

    -

    name

    -

    name of the Scale

    +

    namespace

    +

    object name and auth scope, such as for teams and projects

    true

    string

    @@ -9292,7 +9324,7 @@

    Responses

    200

    success

    -

    v1beta1.Scale

    +

    v1beta1.ReplicaSetList

    @@ -9336,10 +9368,10 @@

    Tags

    -

    replace scale of the specified Scale

    +

    delete collection of ReplicaSet

    -
    PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
    +
    DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
    @@ -9373,25 +9405,49 @@

    Parameters

    -

    BodyParameter

    -

    body

    +

    QueryParameter

    +

    labelSelector

    +

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    +

    false

    +

    string

    -

    true

    -

    v1beta1.Scale

    + + +

    QueryParameter

    +

    fieldSelector

    +

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    +

    false

    +

    string

    -

    PathParameter

    -

    namespace

    -

    object name and auth scope, such as for teams and projects

    -

    true

    +

    QueryParameter

    +

    watch

    +

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    +

    false

    +

    boolean

    + + + +

    QueryParameter

    +

    resourceVersion

    +

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    +

    false

    string

    +

    QueryParameter

    +

    timeoutSeconds

    +

    Timeout for the list/watch call.

    +

    false

    +

    integer (int32)

    + + +

    PathParameter

    -

    name

    -

    name of the Scale

    +

    namespace

    +

    object name and auth scope, such as for teams and projects

    true

    string

    @@ -9419,7 +9475,7 @@

    Responses

    200

    success

    -

    v1beta1.Scale

    +

    unversioned.Status

    @@ -9463,10 +9519,10 @@

    Tags

    -

    partially update scale of the specified Scale

    +

    create a ReplicaSet

    -
    PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
    +
    POST /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
    @@ -9504,7 +9560,7 @@

    Parameters

    body

    true

    -

    unversioned.Patch

    +

    v1beta1.ReplicaSet

    @@ -9515,14 +9571,6 @@

    Parameters

    string

    - -

    PathParameter

    -

    name

    -

    name of the Scale

    -

    true

    -

    string

    - - @@ -9546,7 +9594,7 @@

    Responses

    200

    success

    -

    v1beta1.Scale

    +

    v1beta1.ReplicaSet

    @@ -9557,13 +9605,7 @@

    Consumes

    • -

      application/json-patch+json

      -
    • -
    • -

      application/merge-patch+json

      -
    • -
    • -

      application/strategic-merge-patch+json

      +

      /

    @@ -9596,10 +9638,10 @@

    Tags

    -

    read status of the specified ReplicaSet

    +

    read the specified ReplicaSet

    -
    GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
    +
    GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
    @@ -9633,6 +9675,22 @@

    Parameters

    +

    QueryParameter

    +

    export

    +

    Should this value be exported. Export strips fields that a user can not specify.

    +

    false

    +

    boolean

    + + + +

    QueryParameter

    +

    exact

    +

    Should the export be exact. Exact export maintains cluster-specific fields like Namespace

    +

    false

    +

    boolean

    + + +

    PathParameter

    namespace

    object name and auth scope, such as for teams and projects

    @@ -9715,10 +9773,10 @@

    Tags

    -

    replace status of the specified ReplicaSet

    +

    replace the specified ReplicaSet

    -
    PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
    +
    PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
    @@ -9842,10 +9900,10 @@

    Tags

    -

    partially update status of the specified ReplicaSet

    +

    delete a ReplicaSet

    -
    PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
    +
    DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
    @@ -9883,7 +9941,7 @@

    Parameters

    body

    true

    -

    unversioned.Patch

    +

    v1.DeleteOptions

    @@ -9925,7 +9983,7 @@

    Responses

    200

    success

    -

    v1beta1.ReplicaSet

    +

    unversioned.Status

    @@ -9936,13 +9994,7 @@

    Consumes

    • -

      application/json-patch+json

      -
    • -
    • -

      application/merge-patch+json

      -
    • -
    • -

      application/strategic-merge-patch+json

      +

      /

    @@ -9975,10 +10027,10 @@

    Tags

    -

    read scale of the specified Scale

    +

    partially update the specified ReplicaSet

    -
    GET /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
    +
    PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
    @@ -10012,6 +10064,14 @@

    Parameters

    +

    BodyParameter

    +

    body

    + +

    true

    +

    unversioned.Patch

    + + +

    PathParameter

    namespace

    object name and auth scope, such as for teams and projects

    @@ -10022,7 +10082,7 @@

    Parameters

    PathParameter

    name

    -

    name of the Scale

    +

    name of the ReplicaSet

    true

    string

    @@ -10050,7 +10110,7 @@

    Responses

    200

    success

    -

    v1beta1.Scale

    +

    v1beta1.ReplicaSet

    @@ -10061,7 +10121,13 @@

    Consumes

    • -

      /

      +

      application/json-patch+json

      +
    • +
    • +

      application/merge-patch+json

      +
    • +
    • +

      application/strategic-merge-patch+json

    @@ -10094,10 +10160,10 @@

    Tags

    -

    replace scale of the specified Scale

    +

    read scale of the specified Scale

    -
    PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
    +
    GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
    @@ -10131,14 +10197,6 @@

    Parameters

    -

    BodyParameter

    -

    body

    - -

    true

    -

    v1beta1.Scale

    - - -

    PathParameter

    namespace

    object name and auth scope, such as for teams and projects

    @@ -10221,10 +10279,10 @@

    Tags

    -

    partially update scale of the specified Scale

    +

    replace scale of the specified Scale

    -
    PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
    +
    PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
    @@ -10262,7 +10320,7 @@

    Parameters

    body

    true

    -

    unversioned.Patch

    +

    v1beta1.Scale

    @@ -10315,13 +10373,7 @@

    Consumes

    • -

      application/json-patch+json

      -
    • -
    • -

      application/merge-patch+json

      -
    • -
    • -

      application/strategic-merge-patch+json

      +

      /

    @@ -10354,10 +10406,10 @@

    Tags

    -

    list or watch objects of kind ReplicaSet

    +

    partially update scale of the specified Scale

    -
    GET /apis/extensions/v1beta1/replicasets
    +
    PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
    @@ -10391,45 +10443,29 @@

    Parameters

    -

    QueryParameter

    -

    labelSelector

    -

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    -

    false

    -

    string

    +

    BodyParameter

    +

    body

    + +

    true

    +

    unversioned.Patch

    -

    QueryParameter

    -

    fieldSelector

    -

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    -

    false

    +

    PathParameter

    +

    namespace

    +

    object name and auth scope, such as for teams and projects

    +

    true

    string

    -

    QueryParameter

    -

    watch

    -

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    -

    false

    -

    boolean

    - - - -

    QueryParameter

    -

    resourceVersion

    -

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    -

    false

    +

    PathParameter

    +

    name

    +

    name of the Scale

    +

    true

    string

    - -

    QueryParameter

    -

    timeoutSeconds

    -

    Timeout for the list/watch call.

    -

    false

    -

    integer (int32)

    - - @@ -10453,7 +10489,7 @@

    Responses

    200

    success

    -

    v1beta1.ReplicaSetList

    +

    v1beta1.Scale

    @@ -10464,7 +10500,13 @@

    Consumes

    • -

      /

      +

      application/json-patch+json

      +
    • +
    • +

      application/merge-patch+json

      +
    • +
    • +

      application/strategic-merge-patch+json

    @@ -10497,10 +10539,10 @@

    Tags

    -

    list or watch objects of kind ThirdPartyResource

    +

    read status of the specified ReplicaSet

    -
    GET /apis/extensions/v1beta1/thirdpartyresources
    +
    GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
    @@ -10534,45 +10576,21 @@

    Parameters

    -

    QueryParameter

    -

    labelSelector

    -

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    -

    false

    -

    string

    - - - -

    QueryParameter

    -

    fieldSelector

    -

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    -

    false

    +

    PathParameter

    +

    namespace

    +

    object name and auth scope, such as for teams and projects

    +

    true

    string

    -

    QueryParameter

    -

    watch

    -

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    -

    false

    -

    boolean

    - - - -

    QueryParameter

    -

    resourceVersion

    -

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    -

    false

    +

    PathParameter

    +

    name

    +

    name of the ReplicaSet

    +

    true

    string

    - -

    QueryParameter

    -

    timeoutSeconds

    -

    Timeout for the list/watch call.

    -

    false

    -

    integer (int32)

    - - @@ -10596,7 +10614,7 @@

    Responses

    200

    success

    -

    v1beta1.ThirdPartyResourceList

    +

    v1beta1.ReplicaSet

    @@ -10640,10 +10658,10 @@

    Tags

    -

    delete collection of ThirdPartyResource

    +

    replace status of the specified ReplicaSet

    -
    DELETE /apis/extensions/v1beta1/thirdpartyresources
    +
    PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
    @@ -10677,43 +10695,27 @@

    Parameters

    -

    QueryParameter

    -

    labelSelector

    -

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    -

    false

    -

    string

    - - - -

    QueryParameter

    -

    fieldSelector

    -

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    -

    false

    -

    string

    +

    BodyParameter

    +

    body

    - - -

    QueryParameter

    -

    watch

    -

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    -

    false

    -

    boolean

    +

    true

    +

    v1beta1.ReplicaSet

    -

    QueryParameter

    -

    resourceVersion

    -

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    -

    false

    +

    PathParameter

    +

    namespace

    +

    object name and auth scope, such as for teams and projects

    +

    true

    string

    -

    QueryParameter

    -

    timeoutSeconds

    -

    Timeout for the list/watch call.

    -

    false

    -

    integer (int32)

    +

    PathParameter

    +

    name

    +

    name of the ReplicaSet

    +

    true

    +

    string

    @@ -10739,7 +10741,7 @@

    Responses

    200

    success

    -

    unversioned.Status

    +

    v1beta1.ReplicaSet

    @@ -10783,10 +10785,10 @@

    Tags

    -

    create a ThirdPartyResource

    +

    partially update status of the specified ReplicaSet

    -
    POST /apis/extensions/v1beta1/thirdpartyresources
    +
    PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
    @@ -10824,7 +10826,23 @@

    Parameters

    body

    true

    -

    v1beta1.ThirdPartyResource

    +

    unversioned.Patch

    + + + +

    PathParameter

    +

    namespace

    +

    object name and auth scope, such as for teams and projects

    +

    true

    +

    string

    + + + +

    PathParameter

    +

    name

    +

    name of the ReplicaSet

    +

    true

    +

    string

    @@ -10850,7 +10868,7 @@

    Responses

    200

    success

    -

    v1beta1.ThirdPartyResource

    +

    v1beta1.ReplicaSet

    @@ -10861,7 +10879,13 @@

    Consumes

    • -

      /

      +

      application/json-patch+json

      +
    • +
    • +

      application/merge-patch+json

      +
    • +
    • +

      application/strategic-merge-patch+json

    @@ -10894,10 +10918,10 @@

    Tags

    -

    read the specified ThirdPartyResource

    +

    read scale of the specified Scale

    -
    GET /apis/extensions/v1beta1/thirdpartyresources/{name}
    +
    GET /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
    @@ -10931,25 +10955,17 @@

    Parameters

    -

    QueryParameter

    -

    export

    -

    Should this value be exported. Export strips fields that a user can not specify.

    -

    false

    -

    boolean

    - - - -

    QueryParameter

    -

    exact

    -

    Should the export be exact. Exact export maintains cluster-specific fields like Namespace

    -

    false

    -

    boolean

    +

    PathParameter

    +

    namespace

    +

    object name and auth scope, such as for teams and projects

    +

    true

    +

    string

    PathParameter

    name

    -

    name of the ThirdPartyResource

    +

    name of the Scale

    true

    string

    @@ -10977,7 +10993,7 @@

    Responses

    200

    success

    -

    v1beta1.ThirdPartyResource

    +

    v1beta1.Scale

    @@ -11021,10 +11037,10 @@

    Tags

    -

    replace the specified ThirdPartyResource

    +

    replace scale of the specified Scale

    -
    PUT /apis/extensions/v1beta1/thirdpartyresources/{name}
    +
    PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
    @@ -11047,30 +11063,1487 @@

    Parameters

    Schema Default - - + + + +

    QueryParameter

    +

    pretty

    +

    If true, then the output is pretty printed.

    +

    false

    +

    string

    + + + +

    BodyParameter

    +

    body

    + +

    true

    +

    v1beta1.Scale

    + + + +

    PathParameter

    +

    namespace

    +

    object name and auth scope, such as for teams and projects

    +

    true

    +

    string

    + + + +

    PathParameter

    +

    name

    +

    name of the Scale

    +

    true

    +

    string

    + + + + + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    v1beta1.Scale

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      /

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    partially update scale of the specified Scale

    +
    +
    +
    PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    BodyParameter

    body

    true

    unversioned.Patch

    PathParameter

    namespace

    object name and auth scope, such as for teams and projects

    true

    string

    PathParameter

    name

    name of the Scale

    true

    string

    + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    v1beta1.Scale

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      application/json-patch+json

      +
    • +
    • +

      application/merge-patch+json

      +
    • +
    • +

      application/strategic-merge-patch+json

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    list or watch objects of kind NetworkPolicy

    +
    +
    +
    GET /apis/extensions/v1beta1/networkpolicies
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    QueryParameter

    labelSelector

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    false

    string

    QueryParameter

    fieldSelector

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    false

    string

    QueryParameter

    watch

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    false

    boolean

    QueryParameter

    resourceVersion

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    false

    string

    QueryParameter

    timeoutSeconds

    Timeout for the list/watch call.

    false

    integer (int32)

    + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    v1beta1.NetworkPolicyList

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      /

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    list or watch objects of kind ReplicaSet

    +
    +
    +
    GET /apis/extensions/v1beta1/replicasets
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    QueryParameter

    labelSelector

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    false

    string

    QueryParameter

    fieldSelector

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    false

    string

    QueryParameter

    watch

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    false

    boolean

    QueryParameter

    resourceVersion

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    false

    string

    QueryParameter

    timeoutSeconds

    Timeout for the list/watch call.

    false

    integer (int32)

    + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    v1beta1.ReplicaSetList

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      /

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    list or watch objects of kind ThirdPartyResource

    +
    +
    +
    GET /apis/extensions/v1beta1/thirdpartyresources
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    QueryParameter

    labelSelector

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    false

    string

    QueryParameter

    fieldSelector

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    false

    string

    QueryParameter

    watch

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    false

    boolean

    QueryParameter

    resourceVersion

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    false

    string

    QueryParameter

    timeoutSeconds

    Timeout for the list/watch call.

    false

    integer (int32)

    + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    v1beta1.ThirdPartyResourceList

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      /

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    delete collection of ThirdPartyResource

    +
    +
    +
    DELETE /apis/extensions/v1beta1/thirdpartyresources
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    QueryParameter

    labelSelector

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    false

    string

    QueryParameter

    fieldSelector

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    false

    string

    QueryParameter

    watch

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    false

    boolean

    QueryParameter

    resourceVersion

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    false

    string

    QueryParameter

    timeoutSeconds

    Timeout for the list/watch call.

    false

    integer (int32)

    + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    unversioned.Status

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      /

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    create a ThirdPartyResource

    +
    +
    +
    POST /apis/extensions/v1beta1/thirdpartyresources
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    BodyParameter

    body

    true

    v1beta1.ThirdPartyResource

    + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    v1beta1.ThirdPartyResource

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      /

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    read the specified ThirdPartyResource

    +
    +
    +
    GET /apis/extensions/v1beta1/thirdpartyresources/{name}
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    QueryParameter

    export

    Should this value be exported. Export strips fields that a user can not specify.

    false

    boolean

    QueryParameter

    exact

    Should the export be exact. Exact export maintains cluster-specific fields like Namespace

    false

    boolean

    PathParameter

    name

    name of the ThirdPartyResource

    true

    string

    + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    v1beta1.ThirdPartyResource

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      /

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    replace the specified ThirdPartyResource

    +
    +
    +
    PUT /apis/extensions/v1beta1/thirdpartyresources/{name}
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    BodyParameter

    body

    true

    v1beta1.ThirdPartyResource

    PathParameter

    name

    name of the ThirdPartyResource

    true

    string

    + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    v1beta1.ThirdPartyResource

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      /

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    delete a ThirdPartyResource

    +
    +
    +
    DELETE /apis/extensions/v1beta1/thirdpartyresources/{name}
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    BodyParameter

    body

    true

    v1.DeleteOptions

    PathParameter

    name

    name of the ThirdPartyResource

    true

    string

    + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    unversioned.Status

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      /

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    partially update the specified ThirdPartyResource

    +
    +
    +
    PATCH /apis/extensions/v1beta1/thirdpartyresources/{name}
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    BodyParameter

    body

    true

    unversioned.Patch

    PathParameter

    name

    name of the ThirdPartyResource

    true

    string

    + +
    +
    +

    Responses

    + +++++ + + + + + + + + + + + + + + +
    HTTP CodeDescriptionSchema

    200

    success

    v1beta1.ThirdPartyResource

    + +
    +
    +

    Consumes

    +
    +
      +
    • +

      application/json-patch+json

      +
    • +
    • +

      application/merge-patch+json

      +
    • +
    • +

      application/strategic-merge-patch+json

      +
    • +
    +
    +
    +
    +

    Produces

    +
    +
      +
    • +

      application/json

      +
    • +
    • +

      application/yaml

      +
    • +
    • +

      application/vnd.kubernetes.protobuf

      +
    • +
    +
    +
    +
    +

    Tags

    +
    +
      +
    • +

      apisextensionsv1beta1

      +
    • +
    +
    +
    +
    +
    +

    watch individual changes to a list of DaemonSet

    +
    +
    +
    GET /apis/extensions/v1beta1/watch/daemonsets
    +
    +
    +
    +

    Parameters

    + ++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - + + + + + @@ -11078,7 +12551,7 @@

    Parameters

    -

    Responses

    +

    Responses

    TypeNameDescriptionRequiredSchemaDefault

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    false

    string

    QueryParameter

    labelSelector

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    false

    string

    QueryParameter

    fieldSelector

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    false

    string

    QueryParameter

    watch

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    false

    boolean

    QueryParameter

    pretty

    If true, then the output is pretty printed.

    resourceVersion

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    false

    string

    BodyParameter

    body

    true

    v1beta1.ThirdPartyResource

    PathParameter

    name

    name of the ThirdPartyResource

    true

    string

    QueryParameter

    timeoutSeconds

    Timeout for the list/watch call.

    false

    integer (int32)

    @@ -11096,14 +12569,14 @@

    Responses

    - +

    200

    success

    v1beta1.ThirdPartyResource

    *versioned.Event

    -

    Consumes

    +

    Consumes

    • @@ -11113,23 +12586,26 @@

      Consumes

    -

    Produces

    +

    Produces

    • application/json

    • -

      application/yaml

      +

      application/json;stream=watch

    • application/vnd.kubernetes.protobuf

    • +
    • +

      application/vnd.kubernetes.protobuf;stream=watch

      +
    -

    Tags

    +

    Tags

    • @@ -11140,14 +12616,14 @@

      Tags

    -

    delete a ThirdPartyResource

    +

    watch individual changes to a list of Deployment

    -
    DELETE /apis/extensions/v1beta1/thirdpartyresources/{name}
    +
    GET /apis/extensions/v1beta1/watch/deployments
    -

    Parameters

    +

    Parameters

    @@ -11177,27 +12653,51 @@

    Parameters

    - - + + + + + - - + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + +

    BodyParameter

    body

    QueryParameter

    labelSelector

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    false

    string

    true

    v1.DeleteOptions

    QueryParameter

    fieldSelector

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    false

    string

    PathParameter

    name

    name of the ThirdPartyResource

    true

    QueryParameter

    watch

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    false

    boolean

    QueryParameter

    resourceVersion

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    false

    string

    QueryParameter

    timeoutSeconds

    Timeout for the list/watch call.

    false

    integer (int32)

    -

    Responses

    +

    Responses

    @@ -11215,14 +12715,14 @@

    Responses

    - +

    200

    success

    unversioned.Status

    *versioned.Event

    -

    Consumes

    +

    Consumes

    • @@ -11232,23 +12732,26 @@

      Consumes

    -

    Produces

    +

    Produces

    • application/json

    • -

      application/yaml

      +

      application/json;stream=watch

    • application/vnd.kubernetes.protobuf

    • +
    • +

      application/vnd.kubernetes.protobuf;stream=watch

      +
    -

    Tags

    +

    Tags

    • @@ -11259,14 +12762,14 @@

      Tags

    -

    partially update the specified ThirdPartyResource

    +

    watch individual changes to a list of HorizontalPodAutoscaler

    -
    PATCH /apis/extensions/v1beta1/thirdpartyresources/{name}
    +
    GET /apis/extensions/v1beta1/watch/horizontalpodautoscalers
    -

    Parameters

    +

    Parameters

    @@ -11296,27 +12799,51 @@

    Parameters

    - - + + + + + - - + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + +

    BodyParameter

    body

    QueryParameter

    labelSelector

    A selector to restrict the list of returned objects by their labels. Defaults to everything.

    false

    string

    true

    unversioned.Patch

    QueryParameter

    fieldSelector

    A selector to restrict the list of returned objects by their fields. Defaults to everything.

    false

    string

    PathParameter

    name

    name of the ThirdPartyResource

    true

    QueryParameter

    watch

    Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

    false

    boolean

    QueryParameter

    resourceVersion

    When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

    false

    string

    QueryParameter

    timeoutSeconds

    Timeout for the list/watch call.

    false

    integer (int32)

    -

    Responses

    +

    Responses

    @@ -11334,46 +12861,43 @@

    Responses

    - +

    200

    success

    v1beta1.ThirdPartyResource

    *versioned.Event

    -

    Consumes

    +

    Consumes

    • -

      application/json-patch+json

      -
    • -
    • -

      application/merge-patch+json

      -
    • -
    • -

      application/strategic-merge-patch+json

      +

      /

    -

    Produces

    +

    Produces

    • application/json

    • -

      application/yaml

      +

      application/json;stream=watch

    • application/vnd.kubernetes.protobuf

    • +
    • +

      application/vnd.kubernetes.protobuf;stream=watch

      +
    -

    Tags

    +

    Tags

    • @@ -11384,14 +12908,14 @@

      Tags

    -

    watch individual changes to a list of DaemonSet

    +

    watch individual changes to a list of Ingress

    -
    GET /apis/extensions/v1beta1/watch/daemonsets
    +
    GET /apis/extensions/v1beta1/watch/ingresses
    -

    Parameters

    +

    Parameters

    @@ -11465,7 +12989,7 @@

    Parameters

    -

    Responses

    +

    Responses

    @@ -11490,7 +13014,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -11500,7 +13024,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -11519,7 +13043,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -11530,14 +13054,14 @@

      Tags

    -

    watch individual changes to a list of Deployment

    +

    watch individual changes to a list of Job

    -
    GET /apis/extensions/v1beta1/watch/deployments
    +
    GET /apis/extensions/v1beta1/watch/jobs
    -

    Parameters

    +

    Parameters

    @@ -11611,7 +13135,7 @@

    Parameters

    -

    Responses

    +

    Responses

    @@ -11636,7 +13160,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -11646,7 +13170,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -11665,7 +13189,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -11676,14 +13200,14 @@

      Tags

    -

    watch individual changes to a list of HorizontalPodAutoscaler

    +

    watch individual changes to a list of DaemonSet

    -
    GET /apis/extensions/v1beta1/watch/horizontalpodautoscalers
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets
    -

    Parameters

    +

    Parameters

    @@ -11752,12 +13276,20 @@

    Parameters

    + + + + + + + +

    integer (int32)

    PathParameter

    namespace

    object name and auth scope, such as for teams and projects

    true

    string

    -

    Responses

    +

    Responses

    @@ -11782,7 +13314,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -11792,7 +13324,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -11811,7 +13343,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -11822,14 +13354,14 @@

      Tags

    -

    watch individual changes to a list of Ingress

    +

    watch changes to an object of kind DaemonSet

    -
    GET /apis/extensions/v1beta1/watch/ingresses
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name}
    -

    Parameters

    +

    Parameters

    @@ -11898,12 +13430,28 @@

    Parameters

    + + + + + + + + + + + + + + + +

    integer (int32)

    PathParameter

    namespace

    object name and auth scope, such as for teams and projects

    true

    string

    PathParameter

    name

    name of the DaemonSet

    true

    string

    -

    Responses

    +

    Responses

    @@ -11928,7 +13476,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -11938,7 +13486,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -11957,7 +13505,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -11968,14 +13516,14 @@

      Tags

    -

    watch individual changes to a list of Job

    +

    watch individual changes to a list of Deployment

    -
    GET /apis/extensions/v1beta1/watch/jobs
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments
    -

    Parameters

    +

    Parameters

    @@ -12044,12 +13592,20 @@

    Parameters

    + + + + + + + +

    integer (int32)

    PathParameter

    namespace

    object name and auth scope, such as for teams and projects

    true

    string

    -

    Responses

    +

    Responses

    @@ -12074,7 +13630,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -12084,7 +13640,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -12103,7 +13659,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -12114,14 +13670,14 @@

      Tags

    -

    watch individual changes to a list of DaemonSet

    +

    watch changes to an object of kind Deployment

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}
    -

    Parameters

    +

    Parameters

    @@ -12198,12 +13754,20 @@

    Parameters

    + + + + + + + +

    string

    PathParameter

    name

    name of the Deployment

    true

    string

    -

    Responses

    +

    Responses

    @@ -12228,7 +13792,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -12238,7 +13802,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -12257,7 +13821,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -12268,14 +13832,14 @@

      Tags

    -

    watch changes to an object of kind DaemonSet

    +

    watch individual changes to a list of HorizontalPodAutoscaler

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name}
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers
    -

    Parameters

    +

    Parameters

    @@ -12352,20 +13916,12 @@

    Parameters

    - - - - - - - -

    string

    PathParameter

    name

    name of the DaemonSet

    true

    string

    -

    Responses

    +

    Responses

    @@ -12390,7 +13946,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -12400,7 +13956,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -12419,7 +13975,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -12430,14 +13986,14 @@

      Tags

    -

    watch individual changes to a list of Deployment

    +

    watch changes to an object of kind HorizontalPodAutoscaler

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}
    -

    Parameters

    +

    Parameters

    @@ -12514,12 +14070,20 @@

    Parameters

    + + + + + + + +

    string

    PathParameter

    name

    name of the HorizontalPodAutoscaler

    true

    string

    -

    Responses

    +

    Responses

    @@ -12544,7 +14108,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -12554,7 +14118,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -12573,7 +14137,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -12584,14 +14148,14 @@

      Tags

    -

    watch changes to an object of kind Deployment

    +

    watch individual changes to a list of Ingress

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses
    -

    Parameters

    +

    Parameters

    @@ -12668,20 +14232,12 @@

    Parameters

    - - - - - - - -

    string

    PathParameter

    name

    name of the Deployment

    true

    string

    -

    Responses

    +

    Responses

    @@ -12706,7 +14262,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -12716,7 +14272,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -12735,7 +14291,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -12746,14 +14302,14 @@

      Tags

    -

    watch individual changes to a list of HorizontalPodAutoscaler

    +

    watch changes to an object of kind Ingress

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}
    -

    Parameters

    +

    Parameters

    @@ -12830,12 +14386,20 @@

    Parameters

    + + + + + + + +

    string

    PathParameter

    name

    name of the Ingress

    true

    string

    -

    Responses

    +

    Responses

    @@ -12860,7 +14424,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -12870,7 +14434,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -12889,7 +14453,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -12900,14 +14464,14 @@

      Tags

    -

    watch changes to an object of kind HorizontalPodAutoscaler

    +

    watch individual changes to a list of Job

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs
    -

    Parameters

    +

    Parameters

    @@ -12984,20 +14548,12 @@

    Parameters

    - - - - - - - -

    string

    PathParameter

    name

    name of the HorizontalPodAutoscaler

    true

    string

    -

    Responses

    +

    Responses

    @@ -13022,7 +14578,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -13032,7 +14588,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -13051,7 +14607,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -13062,14 +14618,14 @@

      Tags

    -

    watch individual changes to a list of Ingress

    +

    watch changes to an object of kind Job

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs/{name}
    -

    Parameters

    +

    Parameters

    @@ -13146,12 +14702,20 @@

    Parameters

    + + + + + + + +

    string

    PathParameter

    name

    name of the Job

    true

    string

    -

    Responses

    +

    Responses

    @@ -13176,7 +14740,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -13186,7 +14750,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -13205,7 +14769,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -13216,14 +14780,14 @@

      Tags

    -

    watch changes to an object of kind Ingress

    +

    watch individual changes to a list of NetworkPolicy

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies
    -

    Parameters

    +

    Parameters

    @@ -13300,20 +14864,12 @@

    Parameters

    - - - - - - - -

    string

    PathParameter

    name

    name of the Ingress

    true

    string

    -

    Responses

    +

    Responses

    @@ -13338,7 +14894,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -13348,7 +14904,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -13367,7 +14923,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -13378,14 +14934,14 @@

      Tags

    -

    watch individual changes to a list of Job

    +

    watch changes to an object of kind NetworkPolicy

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name}
    -

    Parameters

    +

    Parameters

    @@ -13462,12 +15018,20 @@

    Parameters

    + + + + + + + +

    string

    PathParameter

    name

    name of the NetworkPolicy

    true

    string

    -

    Responses

    +

    Responses

    @@ -13492,7 +15056,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -13502,7 +15066,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -13521,7 +15085,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -13532,14 +15096,14 @@

      Tags

    -

    watch changes to an object of kind Job

    +

    watch individual changes to a list of ReplicaSet

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/jobs/{name}
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets
    -

    Parameters

    +

    Parameters

    @@ -13616,20 +15180,12 @@

    Parameters

    - - - - - - - -

    string

    PathParameter

    name

    name of the Job

    true

    string

    -

    Responses

    +

    Responses

    @@ -13654,7 +15210,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -13664,7 +15220,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -13683,7 +15239,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -13694,14 +15250,14 @@

      Tags

    -

    watch individual changes to a list of ReplicaSet

    +

    watch changes to an object of kind ReplicaSet

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets
    +
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name}
    -

    Parameters

    +

    Parameters

    @@ -13778,12 +15334,20 @@

    Parameters

    + + + + + + + +

    string

    PathParameter

    name

    name of the ReplicaSet

    true

    string

    -

    Responses

    +

    Responses

    @@ -13808,7 +15372,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -13818,7 +15382,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -13837,7 +15401,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -13848,14 +15412,14 @@

      Tags

    -

    watch changes to an object of kind ReplicaSet

    +

    watch individual changes to a list of NetworkPolicy

    -
    GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name}
    +
    GET /apis/extensions/v1beta1/watch/networkpolicies
    -

    Parameters

    +

    Parameters

    @@ -13924,28 +15488,12 @@

    Parameters

    - - - - - - - - - - - - - - - -

    integer (int32)

    PathParameter

    namespace

    object name and auth scope, such as for teams and projects

    true

    string

    PathParameter

    name

    name of the ReplicaSet

    true

    string

    -

    Responses

    +

    Responses

    @@ -13970,7 +15518,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -13980,7 +15528,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -13999,7 +15547,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -14017,7 +15565,7 @@

      watch individual ch

    -

    Parameters

    +

    Parameters

    @@ -14091,7 +15639,7 @@

    Parameters

    -

    Responses

    +

    Responses

    @@ -14116,7 +15664,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -14126,7 +15674,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -14145,7 +15693,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -14163,7 +15711,7 @@

      watch individ

    -

    Parameters

    +

    Parameters

    @@ -14237,7 +15785,7 @@

    Parameters

    -

    Responses

    +

    Responses

    @@ -14262,7 +15810,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -14272,7 +15820,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -14291,7 +15839,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -14309,7 +15857,7 @@

      watch changes to

    -

    Parameters

    +

    Parameters

    @@ -14391,7 +15939,7 @@

    Parameters

    -

    Responses

    +

    Responses

    @@ -14416,7 +15964,7 @@

    Responses

    -

    Consumes

    +

    Consumes

    • @@ -14426,7 +15974,7 @@

      Consumes

    -

    Produces

    +

    Produces

    • @@ -14445,7 +15993,7 @@

      Produces

    -

    Tags

    +

    Tags

    • @@ -14460,7 +16008,7 @@

      Tags