Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for current$ (0.25 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    	// unlabeled break and continue statement tracking
    	breakTo    *ssa.Block // current target for plain break statement
    	continueTo *ssa.Block // current target for plain continue statement
    
    	// current location where we're interpreting the AST
    	curBlock *ssa.Block
    
    	// variable assignments in the current block (map from variable symbol to ssa value)
    	// *Node is the unique identifier (an ONAME Node) for the variable.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	LoadBalancerPortsError = "LoadBalancerPortsError"
    )
    
    // ServiceStatus represents the current status of a service
    type ServiceStatus struct {
    	// LoadBalancer contains the current status of the load-balancer,
    	// if one is present.
    	// +optional
    	LoadBalancer LoadBalancerStatus
    
    	// Current service condition
    	// +optional
    	Conditions []metav1.Condition
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    var map_NamespaceStatus = map[string]string{
    	"":           "NamespaceStatus is information about the current status of a Namespace.",
    	"phase":      "Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/",
    	"conditions": "Represents the latest available observations of a namespace's current state.",
    }
    
    func (NamespaceStatus) 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)
  5. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // NamespaceStatus is information about the current status of a Namespace.
    message NamespaceStatus {
      // Phase is the current lifecycle phase of the namespace.
      // More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
      // +optional
      optional string phase = 1;
    
      // Represents the latest available observations of a namespace's current state.
      // +optional
      // +patchMergeKey=type
    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/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                    description: "Conditions is the current status from the controller
                      for this GatewayClass. \n Controllers should prefer to publish conditions
                      using values of GatewayClassConditionType for the type of each Condition."
                    items:
                      description: "Condition contains details for one aspect of the current
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

    }
    
    // NamespaceStatus is information about the current status of a Namespace.
    message NamespaceStatus {
      // Phase is the current lifecycle phase of the namespace.
      // More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
      // +optional
      optional string phase = 1;
    
      // Represents the latest available observations of a namespace's current state.
      // +optional
      // +patchMergeKey=type
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    )
    
    // ServiceStatus represents the current status of a service.
    type ServiceStatus struct {
    	// LoadBalancer contains the current status of the load-balancer,
    	// if one is present.
    	// +optional
    	LoadBalancer LoadBalancerStatus `json:"loadBalancer,omitempty" protobuf:"bytes,1,opt,name=loadBalancer"`
    	// Current service state
    	// +optional
    	// +patchMergeKey=type
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    aws.afterName="",t.params=""),o&&(t.nodes=[],this.current=t)}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.ra...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  10. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

            "description": "IngressStatus describe the current state of the Ingress.",
            "properties": {
              "loadBalancer": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.networking.v1.IngressLoadBalancerStatus"
                  }
                ],
                "default": {},
                "description": "loadBalancer contains the current status of the load-balancer."
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
Back to top