Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 40 for Cast (0.07 sec)

  1. pkg/proxy/iptables/proxier_test.go

    			return orderByCommentServiceName(chain.Rules[i], chain.Rules[j])
    		})
    	}
    
    	// Sort KUBE-SERVICES chains by service name (but keeping the "must be the last
    	// rule" rule in the "nat" table's KUBE-SERVICES chain last).
    	chain, _ = dump.GetChain(utiliptables.TableFilter, kubeServicesChain)
    	if chain != nil {
    		sort.SliceStable(chain.Rules, func(i, j int) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // Time at which the container was last (re-)started
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 1;
    }
    
    // ContainerStateTerminated is a terminated state of a container.
    message ContainerStateTerminated {
      // Exit status from the last termination of the container
      optional int32 exitCode = 1;
    
      // Signal from the last termination of the container
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"lastHeartbeatTime":  "Last time we got an update on a given condition.",
    	"lastTransitionTime": "Last time the condition transit from one status to another.",
    	"reason":             "(brief) reason for the condition's last transition.",
    	"message":            "Human readable message indicating details about last transition.",
    }
    
    func (NodeCondition) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    						SchemaProps: spec.SchemaProps{
    							Description: "lastTransitionTime is the last time the condition transitioned from one status to another",
    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"),
    						},
    					},
    					"reason": {
    						SchemaProps: spec.SchemaProps{
    							Description: "reason is the reason for the condition's last transition.",
    							Type:        []string{"string"},
    							Format:      "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // Time at which the container was last (re-)started
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 1;
    }
    
    // ContainerStateTerminated is a terminated state of a container.
    message ContainerStateTerminated {
      // Exit status from the last termination of the container
      optional int32 exitCode = 1;
    
      // Signal from the last termination of the container
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// Signal from the last termination of the container
    	// +optional
    	Signal int32 `json:"signal,omitempty" protobuf:"varint,2,opt,name=signal"`
    	// (brief) reason from the last termination of the container
    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,3,opt,name=reason"`
    	// Message regarding the last termination of the container
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                        protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }"
                      properties:
                        lastTransitionTime:
                          description: lastTransitionTime is the last time the condition
                            transitioned from one status to another. This should be when
                            the underlying condition changed.  If that is not known, then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    if(o.isAtPosition(n,a))return s=o,!1}),s},t.atPosition=function(n,a){if(this.isAtPosition(n,a))return this._findChildAtPosition(n,a)||this},t._inferEndPosition=function(){this.last&&this.last.source&&this.last.source.end&&(this.source=this.source||{},this.source.end=this.source.end||{},Object.assign(this.source.end,this.last.source.end))},t.each=function(n){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var a=this.lastEach;if(this.indexes[a]=0,!!this.length){for(var...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.28.md

    - Graduated the `LegacyServiceAccountTokenTracking` feature gate to GA. The usage of auto-generated secret-based service account token now produces warnings, and relevant Secrets are labeled with a last-used timestamp (label key `kubernetes.io/legacy-token-last-used`). ([#117591](https://github.com/kubernetes/kubernetes/pull/117591), [@zshihang](https://github.com/zshihang)) [SIG API Machinery, Auth and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

      - apiserver_flowcontrol_current_r: R(the time of the last change in state of the queues)
      - apiserver_flowcontrol_dispatch_r: R(the time of the latest request dispatch)
      - apiserver_flowcontrol_latest_s: S(the request last dispatched) = R(when that request starts executing in the virtual world)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top