Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 470 for replicaSet (0.13 sec)

  1. cluster/addons/addon-manager/kube-addons.sh

        core/v1/Pod
        core/v1/ReplicationController
        core/v1/Secret
        core/v1/Service
        batch/v1/Job
        batch/v1/CronJob
        apps/v1/DaemonSet
        apps/v1/Deployment
        apps/v1/ReplicaSet
        apps/v1/StatefulSet
        networking.k8s.io/v1/Ingress
      )
    else
      read -ra KUBECTL_PRUNE_WHITELIST <<< "${KUBECTL_PRUNE_WHITELIST_OVERRIDE}"
    fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 15 05:40:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  2. plugin/pkg/admission/security/podsecurity/testdata/pod_restricted.yaml

        time: "2021-08-20T14:36:10Z"
      name: kube-dns-76dbc85bd5-zl5tr
      namespace: kube-system
      ownerReferences:
      - apiVersion: apps/v1
        blockOwnerDeletion: true
        controller: true
        kind: ReplicaSet
        name: kube-dns-76dbc85bd5
        uid: 901a2f14-52d5-468b-af25-6587b60f2887
      resourceVersion: "1391"
      uid: e98f0f22-0937-4495-8211-d5633e50fb8d
    spec:
      affinity:
        podAntiAffinity:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 04 16:26:30 UTC 2021
    - 18.3K bytes
    - Viewed (0)
  3. pkg/registry/core/replicationcontroller/strategy.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // If you make changes to this file, you should also make the corresponding change in ReplicaSet.
    
    package replicationcontroller
    
    import (
    	"context"
    	"fmt"
    	"strconv"
    	"strings"
    
    	corev1 "k8s.io/api/core/v1"
    	apiequality "k8s.io/apimachinery/pkg/api/equality"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 16 21:06:10 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  4. pkg/kube/inject/webhook_test.go

    			ObjectMeta: o.Spec.JobTemplate.Spec.Template.ObjectMeta,
    			Spec:       o.Spec.JobTemplate.Spec.Template.Spec,
    		}
    	case *appsv1.DaemonSet:
    		return defaultConversion(o.Spec.Template, o.Name)
    	case *appsv1.ReplicaSet:
    		return defaultConversion(o.Spec.Template, o.Name)
    	case *corev1.ReplicationController:
    		return defaultConversion(*o.Spec.Template, o.Name)
    	case *appsv1.StatefulSet:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 39K bytes
    - Viewed (1)
  5. plugin/pkg/admission/security/podsecurity/testdata/pod_baseline.yaml

        time: "2021-08-20T14:36:10Z"
      name: kube-dns-76dbc85bd5-zl5tr
      namespace: kube-system
      ownerReferences:
      - apiVersion: apps/v1
        blockOwnerDeletion: true
        controller: true
        kind: ReplicaSet
        name: kube-dns-76dbc85bd5
        uid: 901a2f14-52d5-468b-af25-6587b60f2887
      resourceVersion: "1391"
      uid: e98f0f22-0937-4495-8211-d5633e50fb8d
    spec:
      affinity:
        podAntiAffinity:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 04 16:26:30 UTC 2021
    - 18.1K bytes
    - Viewed (0)
  6. pkg/apis/apps/v1beta2/zz_generated.defaults.go

    	scheme.AddTypeDefaultingFunc(&v1beta2.DeploymentList{}, func(obj interface{}) { SetObjectDefaults_DeploymentList(obj.(*v1beta2.DeploymentList)) })
    	scheme.AddTypeDefaultingFunc(&v1beta2.ReplicaSet{}, func(obj interface{}) { SetObjectDefaults_ReplicaSet(obj.(*v1beta2.ReplicaSet)) })
    	scheme.AddTypeDefaultingFunc(&v1beta2.ReplicaSetList{}, func(obj interface{}) { SetObjectDefaults_ReplicaSetList(obj.(*v1beta2.ReplicaSetList)) })
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 17 17:31:23 UTC 2021
    - 40K bytes
    - Viewed (0)
  7. operator/pkg/helmreconciler/wait.go

    	cRDPollInterval = 500 * time.Millisecond
    	// cRDPollTimeout is the maximum wait time for all CRDs to be created.
    	cRDPollTimeout = 60 * time.Second
    )
    
    // deployment holds associated replicaSets for a deployment
    type deployment struct {
    	replicaSets *appsv1.ReplicaSet
    	deployment  *appsv1.Deployment
    }
    
    // WaitForResources polls to get the current status of all pods, PVCs, and Services
    // until all are ready or a timeout is reached
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 08 03:13:12 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  8. pkg/registry/core/replicationcontroller/storage/storage.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // If you make changes to this file, you should also make the corresponding change in ReplicaSet.
    
    package storage
    
    import (
    	"context"
    	"fmt"
    
    	"k8s.io/apimachinery/pkg/api/errors"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/labels"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 12K bytes
    - Viewed (0)
  9. pkg/controller/apis/config/v1alpha1/zz_generated.conversion.go

    	podautoscalerconfigv1alpha1 "k8s.io/kubernetes/pkg/controller/podautoscaler/config/v1alpha1"
    	podgcconfigv1alpha1 "k8s.io/kubernetes/pkg/controller/podgc/config/v1alpha1"
    	replicasetconfigv1alpha1 "k8s.io/kubernetes/pkg/controller/replicaset/config/v1alpha1"
    	replicationconfigv1alpha1 "k8s.io/kubernetes/pkg/controller/replication/config/v1alpha1"
    	resourcequotaconfigv1alpha1 "k8s.io/kubernetes/pkg/controller/resourcequota/config/v1alpha1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 20:41:50 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  10. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/controller-role-bindings.yaml

      roleRef:
        apiGroup: rbac.authorization.k8s.io
        kind: ClusterRole
        name: system:controller:replicaset-controller
      subjects:
      - kind: ServiceAccount
        name: replicaset-controller
        namespace: kube-system
    - apiVersion: rbac.authorization.k8s.io/v1
      kind: ClusterRoleBinding
      metadata:
        annotations:
          rbac.authorization.kubernetes.io/autoupdate: "true"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 16.9K bytes
    - Viewed (0)
Back to top