Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addHealthChecksWithoutLivez (0.2 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/etcd.go

    		if !s.SkipHealthEndpoints {
    			addHealthChecksWithoutLivez(c, dynamicTransformers)
    		}
    	} else {
    		c.ResourceTransformers = encryptionconfig.StaticTransformers(encryptionConfiguration.Transformers)
    		if !s.SkipHealthEndpoints {
    			addHealthChecksWithoutLivez(c, encryptionConfiguration.HealthChecks...)
    		}
    	}
    
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 15:02:16 UTC 2024
    - 20K bytes
    - Viewed (0)
Back to top