Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for deploymentID (0.25 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

    kind: ClusterRole
    metadata:
      labels:
        app: istiod
        release: istio
      name: istiod-gateway-controller-istio-system
    rules:
    - apiGroups:
      - apps
      resources:
      - deployments
      verbs:
      - get
      - watch
      - list
      - update
      - patch
      - create
      - delete
    - apiGroups:
      - ""
      resources:
      - services
      verbs:
      - get
      - watch
      - list
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    var xxx_messageInfo_ControllerRevisionList proto.InternalMessageInfo
    
    func (m *Deployment) Reset()      { *m = Deployment{} }
    func (*Deployment) ProtoMessage() {}
    func (*Deployment) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2747f709ac7c95e7, []int{2}
    }
    func (m *Deployment) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Deployment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1/generated.pb.go

    var xxx_messageInfo_DaemonSetUpdateStrategy proto.InternalMessageInfo
    
    func (m *Deployment) Reset()      { *m = Deployment{} }
    func (*Deployment) ProtoMessage() {}
    func (*Deployment) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5b781835628d5338, []int{8}
    }
    func (m *Deployment) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Deployment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 217.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    var xxx_messageInfo_DaemonSetUpdateStrategy proto.InternalMessageInfo
    
    func (m *Deployment) Reset()      { *m = Deployment{} }
    func (*Deployment) ProtoMessage() {}
    func (*Deployment) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c423c016abf485d4, []int{8}
    }
    func (m *Deployment) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Deployment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    overriding the release name. Generally this should not be set name: "" # revision declares which revision this gateway is a part of revision: "" # Controls the spec.replicas setting for the Gateway deployment if set. # Otherwise defaults to Kubernetes Deployment default (1). replicaCount: kind: Deployment rbac: # If enabled, roles will be created to enable accessing certificates from Gateways. This is not needed # when using http://gateway-api.org/. enabled: true serviceAccount: # If set, a service...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  6. api/maven-api-model/src/main/mdo/maven.mdo

        <class>
          <name>Site</name>
          <version>4.0.0+</version>
          <description>Contains the information needed for deploying websites.</description>
          <fields>
            <field>
              <name>id</name>
              <version>4.0.0+</version>
              <description>
                A unique identifier for a deployment location. This is used to match the
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  7. tests/integration/pilot/common/routing.go

    	"istio.io/istio/pkg/test/echo/common/scheme"
    	"istio.io/istio/pkg/test/framework/components/echo"
    	"istio.io/istio/pkg/test/framework/components/echo/check"
    	"istio.io/istio/pkg/test/framework/components/echo/common/deployment"
    	"istio.io/istio/pkg/test/framework/components/echo/common/ports"
    	"istio.io/istio/pkg/test/framework/components/echo/echotest"
    	"istio.io/istio/pkg/test/framework/components/echo/match"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  8. cluster/gce/gci/configure-helper.sh

      readonly UUID_MNT_PREFIX="/mnt/disks/by-uuid/google-local-ssds"
      readonly UUID_BLOCK_PREFIX="/dev/disk/by-uuid/google-local-ssds"
      readonly COREDNS_AUTOSCALER="Deployment/coredns"
      readonly KUBEDNS_AUTOSCALER="Deployment/kube-dns"
    
      # Resource requests of master components.
      CLOUD_CONTROLLER_MANAGER_CPU_REQUEST="${KUBE_CONTROLLER_MANAGER_CPU_REQUEST:-50m}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  9. cmd/object-handlers.go

    }
    
    // Returns a minio-go Client configured to access remote host described by destDNSRecord
    // Applicable only in a federated deployment
    var getRemoteInstanceClient = func(r *http.Request, host string) (*miniogo.Core, error) {
    	cred := getReqAccessCred(r, globalSite.Region())
    	// In a federated deployment, all the instances share config files
    	// and hence expected to have same credentials.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

    match incoming requests. Allowed values are \"Exact\" or \"Equivalent\".\n\n- Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but \"rules\" only included `apiGroups:[\"apps\"], apiVersions:[\"v1\"], resources: [\"deployments\"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.\n\n- Equivalent: match a request if modifies a resource listed...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
Back to top