Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,831 for managed (0.19 sec)

  1. pilot/pkg/config/kube/gateway/testdata/deployment/waypoint.yaml

    kind: Gateway
    metadata:
      annotations:
        gateway.istio.io/controller-version: "5"
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      annotations: {}
      labels:
        gateway.istio.io/managed: istio.io-mesh-controller
        gateway.networking.k8s.io/gateway-name: namespace
        istio.io/gateway-name: namespace
        topology.istio.io/network: network-1
      name: namespace
      namespace: default
      ownerReferences:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 22:41:03 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/projection/ListModelProjectionTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.model.internal.manage.projection
    import org.gradle.model.Managed
    
    class ListModelProjectionTest extends AbstractCollectionModelProjectionTest<String, List<String>> {
    
        @Managed
        static interface Internal {
            List<String> getItems()
        }
    
        @Override
        Class<?> holderType() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/fieldmanager.go

    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    )
    
    // FieldManager updates the managed fields and merges applied
    // configurations.
    type FieldManager = internal.FieldManager
    
    // NewDefaultFieldManager creates a new FieldManager that merges apply requests
    // and update managed fields for other types of requests.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/pkg/printers/managedfields.go

    */
    
    package printers
    
    import (
    	"io"
    
    	"k8s.io/apimachinery/pkg/api/meta"
    	"k8s.io/apimachinery/pkg/runtime"
    )
    
    // OmitManagedFieldsPrinter wraps an existing printer and omits the managed fields from the object
    // before printing it.
    type OmitManagedFieldsPrinter struct {
    	Delegate ResourcePrinter
    }
    
    var _ ResourcePrinter = (*OmitManagedFieldsPrinter)(nil)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 16 14:52:03 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/phases/certs/renewal/readwriter.go

    	// Write (update) a certificate stored/embedded in a file
    	Write(*x509.Certificate, crypto.Signer) error
    }
    
    // pkiCertificateReadWriter defines a certificateReadWriter for certificate files
    // in the K8s pki managed by kubeadm
    type pkiCertificateReadWriter struct {
    	baseName       string
    	certificateDir string
    }
    
    // newPKICertificateReadWriter return a new pkiCertificateReadWriter
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 01 03:09:53 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  6. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/LanguageTypeIntegrationTest.groovy

    @UnsupportedWithConfigurationCache(because = "software model")
    class LanguageTypeIntegrationTest extends AbstractIntegrationSpec {
    
        def setup() {
            buildFile << """
            @Managed interface CustomLanguageSourceSet extends LanguageSourceSet {}
    
            class CustomLanguagePlugin extends RuleSource {
                @ComponentType
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/phases/workflow/doc.go

    		...
    	...
    
    Phases are designed to be reusable across different kubeadm workflows thus allowing
    e.g. reuse of phase certs in both kubeadm init and kubeadm join --control-plane workflows.
    
    Each workflow can be defined and managed using a Runner, that will run all
    the phases according to the given order; nested phases will be executed immediately
    after their parent phase.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 14 23:49:31 UTC 2019
    - 2.6K bytes
    - Viewed (0)
  8. internal/config/crypto.go

    	"github.com/minio/minio/internal/fips"
    	"github.com/minio/minio/internal/kms"
    	"github.com/secure-io/sio-go"
    	"github.com/secure-io/sio-go/sioutil"
    )
    
    // EncryptBytes encrypts the plaintext with a key managed by KMS.
    // The context is bound to the returned ciphertext.
    //
    // The same context must be provided when decrypting the
    // ciphertext.
    func EncryptBytes(k *kms.KMS, plaintext []byte, context kms.Context) ([]byte, error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 07 23:55:37 UTC 2024
    - 5K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/deployment/kube-gateway-ambient-redirect-infra.yaml

    kind: Gateway
    metadata:
      annotations:
        gateway.istio.io/controller-version: "5"
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      annotations: {}
      labels:
        gateway.istio.io/managed: istio.io-gateway-controller
        gateway.networking.k8s.io/gateway-name: default
        istio.io/dataplane-mode: ambient
        istio.io/gateway-name: default
      name: default-istio
      namespace: default
      ownerReferences:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/deployment/proxy-config-crd.yaml

    kind: Gateway
    metadata:
      annotations:
        gateway.istio.io/controller-version: "5"
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      annotations: {}
      labels:
        gateway.istio.io/managed: istio.io-gateway-controller
        gateway.networking.k8s.io/gateway-name: default
        istio.io/dataplane-mode: none
        istio.io/gateway-name: default
      name: default-istio
      namespace: default
      ownerReferences:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top