Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for componentId (0.43 sec)

  1. api/openapi-spec/v3/api__v1_openapi.json

            "description": "Information about the condition of a component.",
            "properties": {
              "error": {
                "description": "Condition error code for a component. For example, a health check error code.",
                "type": "string"
              },
              "message": {
                "description": "Message about the condition for a component. For example, information about a health check.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "description": "Information about the condition of a component.",
          "properties": {
            "error": {
              "description": "Condition error code for a component. For example, a health check error code.",
              "type": "string"
            },
            "message": {
              "description": "Message about the condition for a component. For example, information about a health check.",
              "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "",
    						},
    					},
    					"component": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Component is the name of the component in which the controller should be running. E.g. kube-controller-manager, cloud-controller-manager, etc Or '*' meaning the controller can be run under any component that participates in the migration",
    							Default:     "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "description": "Information about the condition of a component.",
          "properties": {
            "error": {
              "description": "Condition error code for a component. For example, a health check error code.",
              "type": "string"
            },
            "message": {
              "description": "Message about the condition for a component. For example, information about a health check.",
              "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.pb.go

    	_ = l
    	i -= len(m.Host)
    	copy(dAtA[i:], m.Host)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Host)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Component)
    	copy(dAtA[i:], m.Component)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Component)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *ExecAction) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

          "description": "Information about the condition of a component.",
          "properties": {
            "error": {
              "description": "Condition error code for a component. For example, a health check error code.",
              "type": "string"
            },
            "message": {
              "description": "Message about the condition for a component. For example, information about a health check.",
              "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top