Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetInlineBytes (0.06 sec)

  1. istioctl/pkg/writer/compare/sds/util.go

    	if err != nil {
    		return []SecretItem{}, err
    	}
    
    	certChainSecret := secretTyped.
    		GetTlsCertificate().
    		GetCertificateChain().
    		GetInlineBytes()
    	caDataSecret := secretTyped.
    		GetValidationContext().
    		GetTrustedCa().
    		GetInlineBytes()
    
    	// seems as though the most straightforward way to tell whether this is a root ca or not
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Oct 28 19:52:53 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top