Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 170 for coordinationv1 (0.17 sec)

  1. tensorflow/c/experimental/next_pluggable_device/c_api.cc

    #include "xla/pjrt/c/pjrt_c_api.h"
    #include "xla/pjrt/c/pjrt_c_api_helpers.h"
    #include "xla/pjrt/pjrt_c_api_client.h"
    #include "xla/pjrt/pjrt_client.h"
    #include "xla/tsl/distributed_runtime/coordination/coordination_service_agent.h"
    #include "tensorflow/core/common_runtime/next_pluggable_device/plugin_resource.h"
    #include "tensorflow/core/framework/op_kernel.h"
    #include "tensorflow/core/framework/resource_handle.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 05:48:24 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. hack/lib/init.sh

    autoscaling/v1 \
    autoscaling/v2 \
    autoscaling/v2beta1 \
    autoscaling/v2beta2 \
    batch/v1 \
    batch/v1beta1 \
    certificates.k8s.io/v1 \
    certificates.k8s.io/v1beta1 \
    certificates.k8s.io/v1alpha1 \
    coordination.k8s.io/v1beta1 \
    coordination.k8s.io/v1 \
    discovery.k8s.io/v1 \
    discovery.k8s.io/v1beta1 \
    resource.k8s.io/v1alpha2 \
    extensions/v1beta1 \
    events.k8s.io/v1 \
    events.k8s.io/v1beta1 \
    imagepolicy.k8s.io/v1alpha1 \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:18:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/operator/output/operator-dump.yaml

      verbs:
      - '*'
    - apiGroups:
      - rbac.authorization.k8s.io
      resources:
      - clusterrolebindings
      - clusterroles
      - roles
      - rolebindings
      verbs:
      - '*'
    - apiGroups:
      - coordination.k8s.io
      resources:
      - leases
      verbs:
      - get
      - create
      - update
    - apiGroups:
      - ""
      resources:
      - configmaps
      - endpoints
      - events
      - namespaces
      - pods
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. SECURITY.md

       the security issue. By default MinIO will **not** publish this information to protect your privacy.
    
    This process can take some time, especially when coordination is required with maintainers of other projects.
    Every effort will be made to handle the bug in as timely a manner as possible, however it's important that we
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  5. tensorflow/c/eager/immediate_execution_distributed_manager.h

      // Check if the remote task is alive.
      virtual Status CheckRemoteAlive(const std::string& remote_task_name,
                                      bool* is_alive) = 0;
    
      // Get pointer to the coordination service agent instance.
      virtual tsl::CoordinationServiceAgent* GetCoordinationServiceAgent() = 0;
    };
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 22:37:46 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  6. pkg/apis/coordination/zz_generated.deepcopy.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by deepcopy-gen. DO NOT EDIT.
    
    package coordination
    
    import (
    	runtime "k8s.io/apimachinery/pkg/runtime"
    )
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *Lease) DeepCopyInto(out *Lease) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/audit/policy/reader_test.go

        namespaces: ["default", "kube-system"]
      - level: Metadata
    `
    
    const policyWithUnknownField = `
    apiVersion: audit.k8s.io/v1
    kind: Policy
    rules:
    - level: None
      resources:
      - group: coordination.k8s.io
        resources:
        - "leases"
        verbs: ["watch", "get", "list"] # invalid indentation on verbs
    `
    
    var expectedPolicy = &audit.Policy{
    	Rules: []audit.PolicyRule{{
    		Level:           audit.LevelNone,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/coordination/v1/generated.pb.go

    func init() {
    	proto.RegisterType((*Lease)(nil), "k8s.io.api.coordination.v1.Lease")
    	proto.RegisterType((*LeaseList)(nil), "k8s.io.api.coordination.v1.LeaseList")
    	proto.RegisterType((*LeaseSpec)(nil), "k8s.io.api.coordination.v1.LeaseSpec")
    }
    
    func init() {
    	proto.RegisterFile("k8s.io/api/coordination/v1/generated.proto", fileDescriptor_239d5a4df3139dce)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 24K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/coordination/v1beta1/generated.pb.go

    func init() {
    	proto.RegisterType((*Lease)(nil), "k8s.io.api.coordination.v1beta1.Lease")
    	proto.RegisterType((*LeaseList)(nil), "k8s.io.api.coordination.v1beta1.LeaseList")
    	proto.RegisterType((*LeaseSpec)(nil), "k8s.io.api.coordination.v1beta1.LeaseSpec")
    }
    
    func init() {
    	proto.RegisterFile("k8s.io/api/coordination/v1beta1/generated.proto", fileDescriptor_8d4e223b8bb23da3)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  10. pkg/config/schema/kubetypes/resources.gen.go

    package kubetypes
    
    import (
    	k8sioapiadmissionregistrationv1 "k8s.io/api/admissionregistration/v1"
    	k8sioapiappsv1 "k8s.io/api/apps/v1"
    	k8sioapicertificatesv1 "k8s.io/api/certificates/v1"
    	k8sioapicoordinationv1 "k8s.io/api/coordination/v1"
    	k8sioapicorev1 "k8s.io/api/core/v1"
    	k8sioapidiscoveryv1 "k8s.io/api/discovery/v1"
    	k8sioapinetworkingv1 "k8s.io/api/networking/v1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 16:38:40 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top