Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 876 for Legacy (0.1 sec)

  1. pkg/kubelet/kuberuntime/legacy.go

    // directly.
    
    const (
    	// legacyContainerLogsDir is the legacy location of container logs. It is the same with
    	// kubelet.containerLogsDir.
    	legacyContainerLogsDir = "/var/log/containers"
    	// legacyLogSuffix is the legacy log suffix.
    	legacyLogSuffix = "log"
    
    	ext4MaxFileNameLen = 255
    )
    
    // legacyLogSymlink composes the legacy container log path. It is only used for legacy cluster
    // logging support.
    Registered: 2024-06-15 01:39
    - Last Modified: 2022-11-08 16:05
    - 2.7K bytes
    - Viewed (0)
  2. internal/logger/legacy.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package logger
    
    import (
    	"github.com/minio/minio/internal/config"
    	"github.com/minio/minio/internal/logger/target/http"
    )
    
    // Legacy envs
    const (
    	legacyEnvAuditLoggerHTTPEndpoint = "MINIO_AUDIT_LOGGER_HTTP_ENDPOINT"
    	legacyEnvLoggerHTTPEndpoint      = "MINIO_LOGGER_HTTP_ENDPOINT"
    )
    
    Registered: 2024-06-16 00:44
    - Last Modified: 2023-08-03 09:47
    - 2K bytes
    - Viewed (0)
  3. pkg/serviceaccount/legacy.go

    				audit.AddAuditAnnotation(ctx, "authentication.k8s.io/legacy-token-autogenerated-secret", secret.Name)
    				autoGeneratedTokensTotal.WithContext(ctx).Inc()
    				break
    			}
    		}
    
    		// Check if it's a manually created secret-based token
    		if !autoGenerated {
    			audit.AddAuditAnnotation(ctx, "authentication.k8s.io/legacy-token-manual-secret", secret.Name)
    			manuallyCreatedTokensTotal.WithContext(ctx).Inc()
    Registered: 2024-06-15 01:39
    - Last Modified: 2023-11-01 08:32
    - 8.4K bytes
    - Viewed (0)
  4. internal/config/policy/opa/legacy.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package opa
    
    import (
    	"github.com/minio/minio/internal/config"
    )
    
    // Legacy OPA envs
    const (
    	EnvIamOpaURL       = "MINIO_IAM_OPA_URL"
    	EnvIamOpaAuthToken = "MINIO_IAM_OPA_AUTHTOKEN"
    )
    
    Registered: 2024-06-16 00:44
    - Last Modified: 2021-06-01 21:59
    - 1.4K bytes
    - Viewed (0)
  5. internal/config/compress/legacy.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package compress
    
    import (
    	"strings"
    
    	"github.com/minio/minio/internal/config"
    )
    
    // Legacy envs.
    const (
    	EnvCompress                 = "MINIO_COMPRESS"
    	EnvCompressMimeTypesLegacy1 = "MINIO_COMPRESS_MIMETYPES"
    
    	// These envs were wrong but we supported them for a long time
    Registered: 2024-06-16 00:44
    - Last Modified: 2022-07-17 15:43
    - 1.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/legacy.go

    	return &legacyRootAPIHandler{
    		addresses:  addresses,
    		apiPrefix:  apiPrefix,
    		serializer: serializer,
    	}
    }
    
    // AddApiWebService adds a service to return the supported api versions at the legacy /api.
    func (s *legacyRootAPIHandler) WebService() *restful.WebService {
    	mediaTypes, _ := negotiation.MediaTypesForSerializer(s.serializer)
    	ws := new(restful.WebService)
    	ws.Path(s.apiPrefix)
    Registered: 2024-06-15 01:39
    - Last Modified: 2022-11-08 22:44
    - 2.7K bytes
    - Viewed (0)
  7. internal/config/identity/ldap/legacy.go

    Aditya Manthramurthy <******@****.***> 1665205956 -0700
    Registered: 2024-06-16 00:44
    - Last Modified: 2022-10-08 05:12
    - 2.2K bytes
    - Viewed (0)
  8. internal/config/notify/legacy.go

    jiuker <******@****.***> 1710823074 +0800
    Registered: 2024-06-16 00:44
    - Last Modified: 2024-03-19 04:37
    - 13.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/util/wsstream/legacy.go

    Sean Sullivan <******@****.***> 1684883707 -0700
    Registered: 2024-06-15 01:39
    - Last Modified: 2023-06-07 18:21
    - 2K bytes
    - Viewed (0)
  10. internal/config/legacy.go

    Anis Elleuch <******@****.***> 1671481626 +0100
    Registered: 2024-06-16 00:44
    - Last Modified: 2022-12-19 20:27
    - 1.1K bytes
    - Viewed (0)
Back to top