Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 39 for app3 (0.18 sec)

  1. CHANGELOG/CHANGELOG-1.15.md

      - DaemonSet, Deployment, and ReplicaSet resources will no longer be served from `extensions/v1beta1`, `apps/v1beta1`, or `apps/v1beta2` in v1.16. Migrate to the `apps/v1` API, available since v1.9. Existing persisted data can be retrieved via the `apps/v1` API.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.14.md

      - DaemonSet, Deployment, and ReplicaSet resources will no longer be served from `extensions/v1beta1`, `apps/v1beta1`, or `apps/v1beta2` in v1.16. Migrate to the `apps/v1` API, available since v1.9. Existing persisted data can be retrieved via the `apps/v1` API.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. aes */
        String APP_CIPHER_ALGORISM = "app.cipher.algorism";
    
        /** The key of the configuration. e.g. ___change__me___ */
        String APP_CIPHER_KEY = "app.cipher.key";
    
        /** The key of the configuration. e.g. sha256 */
        String APP_DIGEST_ALGORISM = "app.digest.algorism";
    
        /** The key of the configuration. e.g. .*password|.*key|.*token|.*secret */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  4. pkg/apis/core/v1/zz_generated.conversion.go

    		return err
    	}
    	if err := s.AddConversionFunc((*apps.ReplicaSetSpec)(nil), (*v1.ReplicationControllerSpec)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_apps_ReplicaSetSpec_To_v1_ReplicationControllerSpec(a.(*apps.ReplicaSetSpec), b.(*v1.ReplicationControllerSpec), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.10.md

        - [Network](#network)
      - [Before Upgrading](#before-upgrading)
      - [Known Issues](#known-issues)
      - [Deprecations](#deprecations)
      - [Other Notable Changes](#other-notable-changes-13)
        - [Apps](#apps)
        - [AWS](#aws)
        - [Auth](#auth-1)
        - [CLI](#cli-1)
        - [Cluster Lifecycle](#cluster-lifecycle)
        - [GCP](#gcp)
        - [Instrumentation](#instrumentation)
        - [Node](#node-1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.12.md

      - [New Features](#new-features)
      - [API Changes](#api-changes)
      - [Other Notable Changes](#other-notable-changes-10)
        - [SIG API Machinery](#sig-api-machinery-1)
        - [SIG Apps](#sig-apps)
        - [SIG Auth](#sig-auth)
        - [SIG Autoscaling](#sig-autoscaling-1)
        - [SIG AWS](#sig-aws)
        - [SIG Azure](#sig-azure-1)
        - [SIG CLI](#sig-cli-1)
        - [SIG Cloud Provider](#sig-cloud-provider-1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.11.md

          - [Graduated to Beta](#graduated-to-beta)
        - [New alpha features](#new-alpha-features)
      - [Other Notable Changes](#other-notable-changes-10)
        - [SIG API Machinery](#sig-api-machinery-1)
        - [SIG Apps](#sig-apps)
        - [SIG Auth](#sig-auth-1)
        - [SIG Autoscaling](#sig-autoscaling)
        - [SIG Azure](#sig-azure)
        - [SIG CLI](#sig-cli-1)
        - [SIG Cluster Lifecycle](#sig-cluster-lifecycle-1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

              },
              {
                "group": "apps",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "apps",
                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "apps",
                "kind": "DeleteOptions",
                "version": "v1beta2"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                "version": "v1beta1"
              },
              {
                "group": "apps",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "apps",
                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "apps",
                "kind": "DeleteOptions",
                "version": "v1beta2"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.6.md

    * Introduce apps/v1beta1.Deployments resource with modified defaults compared to extensions/v1beta1.Deployments. ([#39683](https://github.com/kubernetes/kubernetes/pull/39683), [@soltysh](https://github.com/soltysh))
    * Introduce new generator for apps/v1beta1 deployments ([#42362](https://github.com/kubernetes/kubernetes/pull/42362), [@soltysh](https://github.com/soltysh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
Back to top