Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 170 for coordinationv1 (2.04 sec)

  1. staging/src/k8s.io/api/coordination/v1beta1/doc.go

    limitations under the License.
    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:protobuf-gen=package
    // +k8s:openapi-gen=true
    // +k8s:prerelease-lifecycle-gen=true
    
    // +groupName=coordination.k8s.io
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 28 16:54:43 UTC 2020
    - 788 bytes
    - Viewed (0)
  2. tensorflow/c/experimental/next_pluggable_device/c_api.h

    TF_CAPI_EXPORT extern void TF_DeleteVariableInfo(TF_VariableInfo* var_info);
    
    // ---------------------  Coordination service  --------------------------------
    // Returns a not owning pointer to the coordination service agent, which is
    // opaque to plugin. Plugin OpKernels need to use the accompanying C APIs to
    // access coordination service functionalities.
    TF_CAPI_EXPORT extern TF_CoordinationServiceAgent*
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 20:01:06 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  3. pkg/kubectl/.import-restrictions

          - k8s.io/kubernetes/pkg/apis/certificates/install
          - k8s.io/kubernetes/pkg/apis/certificates/v1beta1
          - k8s.io/kubernetes/pkg/apis/coordination
          - k8s.io/kubernetes/pkg/apis/coordination/install
          - k8s.io/kubernetes/pkg/apis/coordination/v1
          - k8s.io/kubernetes/pkg/apis/coordination/v1beta1
          - k8s.io/kubernetes/pkg/apis/core
          - k8s.io/kubernetes/pkg/apis/core/helper
          - k8s.io/kubernetes/pkg/apis/core/install
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 01 02:44:42 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/coordination/v1/doc.go

    limitations under the License.
    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:protobuf-gen=package
    // +k8s:openapi-gen=true
    // +k8s:prerelease-lifecycle-gen=true
    
    // +groupName=coordination.k8s.io
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 778 bytes
    - Viewed (0)
  5. cluster/addons/rbac/cluster-autoscaler/cluster-autoscaler-rbac.yaml

    apiVersion: rbac.authorization.k8s.io/v1
    metadata:
      name: cluster-autoscaler
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
    rules:
      # leader election
      - apiGroups: ["coordination.k8s.io"]
        resources: ["leases"]
        verbs: ["create"]
      - apiGroups: ["coordination.k8s.io"]
        resources: ["leases"]
        resourceNames: ["cluster-autoscaler"]
        verbs: ["get", "update", "patch", "delete"]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 12 16:56:45 UTC 2020
    - 2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/coordination.k8s.io.v1beta1.Lease.pb

    Daniel Smith <******@****.***> 1651776874 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 453 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/coordination/v1/generated.proto

    syntax = "proto2";
    
    package k8s.io.api.coordination.v1;
    
    import "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto";
    import "k8s.io/apimachinery/pkg/runtime/generated.proto";
    import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
    
    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/coordination/v1";
    
    // Lease defines a lease concept.
    message Lease {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  8. pkg/registry/coordination/lease/storage/storage.go

    	genericregistry "k8s.io/apiserver/pkg/registry/generic/registry"
    	coordinationapi "k8s.io/kubernetes/pkg/apis/coordination"
    	"k8s.io/kubernetes/pkg/printers"
    	printersinternal "k8s.io/kubernetes/pkg/printers/internalversion"
    	printerstorage "k8s.io/kubernetes/pkg/printers/storage"
    	"k8s.io/kubernetes/pkg/registry/coordination/lease"
    )
    
    // REST implements a RESTStorage for leases against etcd
    type REST struct {
    	*genericregistry.Store
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:13 UTC 2022
    - 2K bytes
    - Viewed (0)
  9. pkg/apis/coordination/v1beta1/register.go

    limitations under the License.
    */
    
    package v1beta1
    
    import (
    	coordinationv1beta1 "k8s.io/api/coordination/v1beta1"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // GroupName is the group name use in this package
    const GroupName = "coordination.k8s.io"
    
    // SchemeGroupVersion is group version used to register these objects
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 25 10:06:08 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  10. api/discovery/apis.json

              "version": "v1"
            }
          ]
        },
        {
          "name": "coordination.k8s.io",
          "preferredVersion": {
            "groupVersion": "coordination.k8s.io/v1",
            "version": "v1"
          },
          "versions": [
            {
              "groupVersion": "coordination.k8s.io/v1",
              "version": "v1"
            }
          ]
        },
        {
          "name": "node.k8s.io",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top