Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for mydeployment (0.2 sec)

  1. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/smallrye-graphql/deployment/pom.xml
    	quarkus/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/pom.xml
    quarkus/extensions/elytron-security-properties-file/deployment/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/deployment/pom.xml
    	quarkus/extensions/elytron-security/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            }
          },
          "type": "object"
        },
        "io.k8s.api.apps.v1beta1.Deployment": {
          "description": "DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  3. pkg/apis/apps/validation/validation_test.go

    				field != "metadata.labels" {
    				t.Errorf("%s: missing prefix for: %v", k, errs[i])
    			}
    		}
    	}
    }
    
    func validDeployment(tweaks ...func(d *apps.Deployment)) *apps.Deployment {
    	d := &apps.Deployment{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "abc",
    			Namespace: metav1.NamespaceDefault,
    		},
    		Spec: apps.DeploymentSpec{
    			Selector: &metav1.LabelSelector{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers_test.go

    			AvailableReplicas:   1,
    			UnavailableReplicas: 4,
    		},
    	}
    
    	tests := []struct {
    		deployment apps.Deployment
    		options    printers.GenerateOptions
    		expected   []metav1.TableRow
    	}{
    		// Test Deployment with no generate options.
    		{
    			deployment: testDeployment,
    			options:    printers.GenerateOptions{},
    			// Columns: Name, ReadyReplicas, UpdatedReplicas, AvailableReplicas, Age
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  5. pkg/controller/podautoscaler/horizontal_test.go

    				Object: &autoscalingv2.ObjectMetricSource{
    					DescribedObject: autoscalingv2.CrossVersionObjectReference{
    						APIVersion: "apps/v1",
    						Kind:       "Deployment",
    						Name:       "some-deployment",
    					},
    					Metric: autoscalingv2.MetricIdentifier{
    						Name: "qps",
    					},
    					Target: autoscalingv2.MetricTarget{
    						Type:  autoscalingv2.ValueMetricType,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  6. 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)
  7. pkg/controller/garbagecollector/garbagecollector_test.go

    	tweakableRM.AddSpecific(schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "Deployment"}, schema.GroupVersionResource{Group: "apps", Version: "v1", Resource: "deployments"}, schema.GroupVersionResource{Group: "apps", Version: "v1", Resource: "deployment"}, meta.RESTScopeNamespace)
    	rm := &testRESTMapper{meta.MultiRESTMapper{tweakableRM, testrestmapper.TestOnlyStaticRESTMapper(legacyscheme.Scheme)}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  8. cmd/site-replication.go

    	MaxILMExpiryRules int                             // maximum ILM expiry rules across sites
    	Sites             map[string]madmin.PeerInfo      // deployment->sitename
    	StatsSummary      map[string]madmin.SRSiteSummary // map of deployment id -> site stat
    	// BucketStats map of bucket to slice of deployment IDs with stats. This is populated only if there are
    	// mismatches or if a specific bucket's stats are requested
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top