Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for utilrand (0.07 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/names/generate.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package names
    
    import (
    	"fmt"
    
    	utilrand "k8s.io/apimachinery/pkg/util/rand"
    )
    
    // NameGenerator generates names for objects. Some backends may have more information
    // available to guide selection of new names and this interface hides those details.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 1.9K bytes
    - Viewed (0)
Back to top