Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Bind (0.32 sec)

  1. CREDITS

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"kind": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Kind is the API kind the resources belong to. Required.",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    				},
    			},
    			VendorExtensible: spec.VendorExtensible{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/api__v1_openapi.json

                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
                "type": "string"
              },
              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "description": "ParamKind is a tuple of Group Kind and Version.",
          "properties": {
            "apiVersion": {
              "description": "APIVersion is the API group version the resources belong to. In format of \"group/version\". Required.",
              "type": "string"
            },
            "kind": {
              "description": "Kind is the API kind the resources belong to. Required.",
              "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)
  5. api/openapi-spec/swagger.json

          "description": "ParamKind is a tuple of Group Kind and Version.",
          "properties": {
            "apiVersion": {
              "description": "APIVersion is the API group version the resources belong to. In format of \"group/version\". Required.",
              "type": "string"
            },
            "kind": {
              "description": "Kind is the API kind the resources belong to. Required.",
              "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)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "The target object that you want to bind to the standard object."
            }
          },
          "required": [
            "target"
          ],
          "type": "object",
          "x-kubernetes-group-version-kind": [
            {
              "group": "",
              "kind": "Binding",
              "version": "v1"
            }
          ]
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.pb.go

    }
    
    func (m *AzureDiskVolumeSource) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.Kind != nil {
    		i -= len(*m.Kind)
    		copy(dAtA[i:], *m.Kind)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Kind)))
    		i--
    		dAtA[i] = 0x32
    	}
    	if m.ReadOnly != nil {
    		i--
    		if *m.ReadOnly {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/schema/schema_generated.h

        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top