Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for isSafe (0.09 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    //	a: [ 10.10.1.1:8675, 10.10.2.2:8675 ],
    //	b: [ 10.10.1.1:309, 10.10.2.2:309 ]
    type EndpointSubset struct {
    	// IP addresses which offer the related ports that are marked as ready. These endpoints
    	// should be considered safe for load balancers and clients to utilize.
    	// +optional
    	// +listType=atomic
    	Addresses []EndpointAddress `json:"addresses,omitempty" protobuf:"bytes,1,rep,name=addresses"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.20.md

    - Server-side apply behavior has been regularized in the case where a field is removed from the applied configuration. Removed fields which have no other owners are deleted from the live object, or reset to their default value if they have one. Safe ownership transfers, such as the transfer of a `replicas` field from a user to an HPA without resetting to the default value are documented in [Transferring Ownership](https://kubernetes.io/docs/reference/using-api/api-concepts/#transferring-ownership)...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
Back to top